-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreinterfaces IGeoLocationResult
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IGeoLocationResult[[IGeoLocationResult]]
class SharedLibraryCore.Interfaces.IGeoLocationResult interfaceStyle;
end
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 string Country { get; set; }
public string CountryCode { get; set; }
public string Region { get; set; }
public string ASN { get; set; }
public string Timezone { get; set; }
public string Organization { get; set; }
Generated with ModularDoc