-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationmisc GeoLocationResult
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Misc
IW4MAdmin.Application.Misc.GeoLocationResult[[GeoLocationResult]]
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGeoLocationResult[[IGeoLocationResult]]
class SharedLibraryCore.Interfaces.IGeoLocationResult interfaceStyle;
end
SharedLibraryCore.Interfaces.IGeoLocationResult --> IW4MAdmin.Application.Misc.GeoLocationResult
Type | Name | Methods |
---|---|---|
string |
ASN |
get, set |
string |
Country |
get, set |
string |
CountryCode |
get, set |
string |
Organization |
get, set |
string |
Region |
get, set |
string |
Timezone |
get, set |
public GeoLocationResult()
public virtual string Country { get; set; }
public virtual string CountryCode { get; set; }
public virtual string Region { get; set; }
public virtual string ASN { get; set; }
public virtual string Timezone { get; set; }
public virtual string Organization { get; set; }
Generated with ModularDoc