NamedEntity Constructor
Constructor
Syntax
Parameters
-
geoNameId
-
Documentation for this section has not yet been entered.
-
names
-
Documentation for this section has not yet been entered.
-
locales
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
GeoNameId Property
The GeoName ID for the city.
Syntax
[Newtonsoft.Json.JsonProperty("geoname_id")]
public
Nullable<int> GeoNameId { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Locales Property
Gets or sets the locales specified by the user.
Syntax
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Name Property
The name of the city based on the locales list passed to the
MaxMind.GeoIP2.WebServiceClient constructor. Don't use any of
these names as a database or dictionary key. Use the
or relevant code instead.
Syntax
[Newtonsoft.Json.JsonIgnore]
public
string Name { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Names Property
A
Dictionary`2
from locale codes to the name in that locale. Don't use any of
these names as a database or dictionary key. Use the
or relevant code instead.
Syntax
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
ToString Method
Returns a
string that represents this instance.
Syntax
public override
string ToString ()
Returns
A string that represents this instance.
Remarks
Requirements
Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0