Click or drag to resize
GeoIP2Country Class
A subclass of the GeoIP2 Country model with minFraud-specific additions.
Inheritance Hierarchy
SystemObject
  NamedEntity
    Country
      MaxMind.MinFraud.ResponseGeoIP2Country

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class GeoIP2Country : Country

The GeoIP2Country type exposes the following members.

Constructors
  NameDescription
Public methodGeoIP2Country
Initializes a new instance of the GeoIP2Country class
Top
Properties
  NameDescription
Public propertyConfidence (Inherited from Country.)
Public propertyGeoNameId (Inherited from NamedEntity.)
Public propertyIsHighRisk
This is true if the IP country is high risk.
Public propertyIsoCode (Inherited from Country.)
Public propertyName (Inherited from NamedEntity.)
Public propertyNames (Inherited from NamedEntity.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides NamedEntity.ToString.)
Top
See Also