MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Address Class

General address response data.

Syntax

public abstract class Address

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from object.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
DistanceToIPLocation Nullable<int> . The distance in kilometers from the address to the IP location.
[read-only]
IsInIPCountry Nullable<bool> . This property is true if the address is in the IP country.The property is false when the address is not in the IP country. If the address could not be parsed or was not provided or if the IP address could not be geolocated, the property will be null.
[read-only]
IsPostalInCity Nullable<bool> . This property is true if the postal code provided with the address is in the city for the address.The property is false when the postal code is not in the city. If the address could not be parsed or was not provided, the property will be null.
[read-only]
Latitude Nullable<double> . The latitude associated with the address.
[read-only]
Longitude Nullable<double> . The longitude associated with the address.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Address Constructor

Documentation for this section has not yet been entered.

Syntax

protected Address ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

DistanceToIPLocation Property

The distance in kilometers from the address to the IP location.

Syntax

[Newtonsoft.Json.JsonProperty("distance_to_ip_location")]
public Nullable<int> DistanceToIPLocation { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IsInIPCountry Property

This property is true if the address is in the IP country.The property is false when the address is not in the IP country. If the address could not be parsed or was not provided or if the IP address could not be geolocated, the property will be null.

Syntax

[Newtonsoft.Json.JsonProperty("is_in_ip_country")]
public Nullable<bool> IsInIPCountry { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IsPostalInCity Property

This property is true if the postal code provided with the address is in the city for the address.The property is false when the postal code is not in the city. If the address could not be parsed or was not provided, the property will be null.

Syntax

[Newtonsoft.Json.JsonProperty("is_postal_in_city")]
public Nullable<bool> IsPostalInCity { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Latitude Property

The latitude associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("latitude")]
public Nullable<double> Latitude { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Longitude Property

The longitude associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("longitude")]
public Nullable<double> Longitude { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0