iw4madminapplicationmisc GeoLocationResult - RaidMax/IW4M-Admin GitHub Wiki
Public class
GeoLocationResult Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Misc
IW4MAdmin.Application.Misc.GeoLocationResult[GeoLocationResult](/RaidMax/IW4M-Admin/wiki/GeoLocationResult)
end
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGeoLocationResult[IGeoLocationResult](/RaidMax/IW4M-Admin/wiki/IGeoLocationResult)
class SharedLibraryCore.Interfaces.IGeoLocationResult interfaceStyle;
end
SharedLibraryCore.Interfaces.IGeoLocationResult --> IW4MAdmin.Application.Misc.GeoLocationResult
Members
Properties
Public properties
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 |
Details
Inheritance
Constructors
GeoLocationResult
public GeoLocationResult()
Properties
Country
public virtual string Country { get; set; }
CountryCode
public virtual string CountryCode { get; set; }
Region
public virtual string Region { get; set; }
ASN
public virtual string ASN { get; set; }
Timezone
public virtual string Timezone { get; set; }
Organization
public virtual string Organization { get; set; }
Generated with ModularDoc