Click or drag to resize

AbstractCountryResponse Constructor (Continent, Country, MaxMind, Country, RepresentedCountry, Traits)

Initializes a new instance of the AbstractCountryResponse class.

Namespace:  MaxMind.GeoIP2.Responses
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
protected AbstractCountryResponse(
	Continent continent = null,
	Country country = null,
	MaxMind maxMind = null,
	Country registeredCountry = null,
	RepresentedCountry representedCountry = null,
	Traits traits = null
)

Parameters

continent (Optional)
Type: MaxMind.GeoIP2.ModelContinent

[Missing <param name="continent"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

country (Optional)
Type: MaxMind.GeoIP2.ModelCountry

[Missing <param name="country"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

maxMind (Optional)
Type: MaxMind.GeoIP2.ModelMaxMind

[Missing <param name="maxMind"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

registeredCountry (Optional)
Type: MaxMind.GeoIP2.ModelCountry

[Missing <param name="registeredCountry"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

representedCountry (Optional)
Type: MaxMind.GeoIP2.ModelRepresentedCountry

[Missing <param name="representedCountry"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

traits (Optional)
Type: MaxMind.GeoIP2.ModelTraits

[Missing <param name="traits"/> documentation for "M:MaxMind.GeoIP2.Responses.AbstractCountryResponse.#ctor(MaxMind.GeoIP2.Model.Continent,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.MaxMind,MaxMind.GeoIP2.Model.Country,MaxMind.GeoIP2.Model.RepresentedCountry,MaxMind.GeoIP2.Model.Traits)"]

See Also