1 datamodelszombie ZombieClientStatRecord
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ZombieClientStatRecord Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Models.Zombie
  Data.Models.Zombie.ZombieClientStatRecord[[ZombieClientStatRecord]]
  end
  subgraph Data.Models
  Data.Models.DatedRecord[[DatedRecord]]
  end
Data.Models.DatedRecord --> Data.Models.Zombie.ZombieClientStatRecord

Members

Properties

Public properties

Type Name Methods
EFClient Client get, set
Nullable<int> ClientId get, set
string Name get, set
ZombieRoundClientStat Round get, set
Nullable<long> RoundId get, set
string Type get, set
string Value get, set
int ZombieClientStatRecordId get, set

Details

Inheritance

Constructors

ZombieClientStatRecord

Source code

public ZombieClientStatRecord()

Properties

ZombieClientStatRecordId

public int ZombieClientStatRecordId { get; set; }

Name

public string Name { get; set; }

Type

public string Type { get; set; }

Value

public string Value { get; set; }

ClientId

public Nullable<int> ClientId { get; set; }

Client

public virtual EFClient Client { get; set; }

RoundId

public Nullable<long> RoundId { get; set; }

Round

public virtual ZombieRoundClientStat Round { get; set; }

Generated with ModularDoc