-
-
Notifications
You must be signed in to change notification settings - Fork 44
datamodelsclientstats EFClientRatingHistory
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Models.Client.Stats
Data.Models.Client.Stats.EFClientRatingHistory[[EFClientRatingHistory]]
end
subgraph Data.Models
Data.Models.SharedEntity[[SharedEntity]]
end
Data.Models.SharedEntity --> Data.Models.Client.Stats.EFClientRatingHistory
Type | Name | Methods |
---|---|---|
EFClient |
Client |
get, set |
int |
ClientId |
get, set |
int |
RatingHistoryId |
get, set |
ICollection <EFRating > |
Ratings |
get, set |
public EFClientRatingHistory()
public int RatingHistoryId { get; set; }
public int ClientId { get; set; }
public virtual EFClient Client { get; set; }
public virtual ICollection<EFRating> Ratings { get; set; }
Generated with ModularDoc