1 iw4madminapplicationmisc GeoLocationResult
RaidMax edited this page 2023-05-20 22:09:21 -05:00

GeoLocationResult Public class

Diagram

  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

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

Source code

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