Skip to content

datamodelsclientstats EFRating

RaidMax edited this page May 21, 2023 · 1 revision

EFRating Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Models.Client.Stats
  Data.Models.Client.Stats.EFRating[[EFRating]]
  end
  subgraph Data.Models
  Data.Models.SharedEntity[[SharedEntity]]
  end
Data.Models.SharedEntity --> Data.Models.Client.Stats.EFRating
Loading

Members

Properties

Public properties

Type Name Methods
int ActivityAmount get, set
bool Newest get, set
double Performance get, set
int Ranking get, set
EFClientRatingHistory RatingHistory get, set
int RatingHistoryId get, set
int RatingId get, set
EFServer Server get, set
Nullable<long> ServerId get, set
DateTime When get, set

Details

Inheritance

Constructors

EFRating

Source code

public EFRating()

Properties

RatingId

public int RatingId { get; set; }

RatingHistoryId

public int RatingHistoryId { get; set; }

RatingHistory

public virtual EFClientRatingHistory RatingHistory { get; set; }

ServerId

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

Server

public virtual EFServer Server { get; set; }

Performance

public double Performance { get; set; }

Ranking

public int Ranking { get; set; }

Newest

public bool Newest { get; set; }

ActivityAmount

public int ActivityAmount { get; set; }

When

public DateTime When { get; set; }

Generated with ModularDoc

Clone this wiki locally