-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredtos PlayerInfo
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.PlayerInfo[[PlayerInfo]]
end
Type | Name | Methods |
---|---|---|
EFPenalty |
ActivePenalty |
get, set |
string |
ActivePenaltyType |
get, set |
List <(string Item1, DateTime Item2)> |
Aliases |
get, set |
bool |
Authenticated |
get, set |
int |
ClientId |
get, set |
string |
ConnectProtocolUrl |
get, set |
string |
CurrentServerName |
get, set |
Game |
Game |
get, set |
IGeoLocationResult |
GeoLocationInfo |
get, set |
bool |
HasActivePenalty |
get, set |
string |
IPAddress |
get, set |
List <(string Item1, DateTime Item2)> |
IPs |
get, set |
List <IInteractionData > |
Interactions |
get, set |
DateTime |
LastConnection |
get, set |
string |
LastConnectionText |
get |
string |
Level |
get, set |
int |
LevelInt |
get, set |
IDictionary <int , long > |
LinkedAccounts |
get, set |
List <InformationResponse > |
Meta |
get, set |
Nullable <MetaType > |
MetaFilterType |
get, set |
string |
Name |
get, set |
long |
NetworkId |
get, set |
ClientNoteMetaResponse |
NoteMeta |
get, set |
bool |
Online |
get, set |
string |
Tag |
get, set |
string |
TimeOnline |
get, set |
Nullable <double > |
ZScore |
get, set |
public PlayerInfo()
public string Name { get; set; }
public Game Game { get; set; }
public int ClientId { get; set; }
public string Level { get; set; }
public string Tag { get; set; }
public int LevelInt { get; set; }
public string IPAddress { get; set; }
public long NetworkId { get; set; }
public List<(string Item1, DateTime Item2)> Aliases { get; set; }
public List<(string Item1, DateTime Item2)> IPs { get; set; }
public bool HasActivePenalty { get; set; }
public string ActivePenaltyType { get; set; }
public bool Authenticated { get; set; }
public List<InformationResponse> Meta { get; set; }
public EFPenalty ActivePenalty { get; set; }
public bool Online { get; set; }
public string TimeOnline { get; set; }
public DateTime LastConnection { get; set; }
public string LastConnectionText { get; }
public IDictionary<int, long> LinkedAccounts { get; set; }
public Nullable<MetaType> MetaFilterType { get; set; }
public Nullable<double> ZScore { get; set; }
public string ConnectProtocolUrl { get; set; }
public string CurrentServerName { get; set; }
public IGeoLocationResult GeoLocationInfo { get; set; }
public ClientNoteMetaResponse NoteMeta { get; set; }
public List<IInteractionData> Interactions { get; set; }
Generated with ModularDoc