-
-
Notifications
You must be signed in to change notification settings - Fork 44
datamodelsclient EFClientConnectionHistory
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
Data.Models.Client.EFClientConnectionHistory[[EFClientConnectionHistory]]
end
subgraph Stats.Models
Stats.Models.AuditFields[[AuditFields]]
end
Stats.Models.AuditFields --> Data.Models.Client.EFClientConnectionHistory
Type | Name | Methods |
---|---|---|
EFClient |
Client |
get, set |
long |
ClientConnectionId |
get, set |
int |
ClientId |
get, set |
ConnectionType |
ConnectionType |
get, set |
EFServer |
Server |
get, set |
long |
ServerId |
get, set |
public EFClientConnectionHistory()
public long ClientConnectionId { get; set; }
public int ClientId { get; set; }
public EFClient Client { get; set; }
public long ServerId { get; set; }
public EFServer Server { get; set; }
public ConnectionType ConnectionType { get; set; }
Generated with ModularDoc