Abstract class for records with name maps.
See Also: Inherited members from object.
|
NamedEntity
()
|
Constructor |
[read-only] | GeoNameId | Nullable<int> . The GeoName ID for the city. This attribute is returned by all endpoints |
[read-only] | Name | string . The name of the city based on the locales list passed to the MaxMind.GeoIP2.WebServiceClient constructor. This attribute is returned by all endpoints. |
[read-only] | Names | Dictionary<string, string> . A Dictionary`2 from locale codes to the name in that locale. This attribute is returned by all end points. |
Constructor
Syntax
public NamedEntity ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
The GeoName ID for the city. This attribute is returned by all endpoints
Syntax
[Newtonsoft.Json.JsonProperty("geoname_id")]
[RestSharp.Deserializers.DeserializeAs(Name="geoname_id")]
public Nullable<int> GeoNameId { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
The name of the city based on the locales list passed to the MaxMind.GeoIP2.WebServiceClient constructor. This attribute is returned by all endpoints.
Syntax
public string Name { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
A Dictionary`2 from locale codes to the name in that locale. This attribute is returned by all end points.
Syntax
public Dictionary<string, string> Names { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0
Returns a string that represents this instance.
Syntax
public override string ToString ()Returns
A string that represents this instance.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0