Click or drag to resize
RepresentedCountry Constructor (String, NullableInt32, NullableInt32, String, IDictionaryString, String, IEnumerableString)
Constructor

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public RepresentedCountry(
	string type = null,
	Nullable<int> confidence = null,
	Nullable<int> geoNameId = null,
	string isoCode = null,
	IDictionary<string, string> names = null,
	IEnumerable<string> locales = null
)

Parameters

type (Optional)
Type: SystemString

[Missing <param name="type"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

confidence (Optional)
Type: SystemNullableInt32

[Missing <param name="confidence"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

geoNameId (Optional)
Type: SystemNullableInt32

[Missing <param name="geoNameId"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

isoCode (Optional)
Type: SystemString

[Missing <param name="isoCode"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

names (Optional)
Type: System.Collections.GenericIDictionaryString, String

[Missing <param name="names"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

locales (Optional)
Type: System.Collections.GenericIEnumerableString

[Missing <param name="locales"/> documentation for "M:MaxMind.GeoIP2.Model.RepresentedCountry.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also