Click or drag to resize

CustomInputsBuilder Class

Builder class for
CustomInputs
objects.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestCustomInputsBuilder

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class Builder : IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The CustomInputsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodCustomInputsBuilder
Initializes a new instance of the CustomInputsBuilder class
Top
Methods
  NameDescription
Public methodAdd(String, Boolean)
Add a boolean custom input.
Public methodAdd(String, Double)
Add a double as a numeric custom input.
Public methodAdd(String, Int32)
Add an int as a numeric custom input.
Public methodAdd(String, Int64)
Add a long as a numeric custom input.
Public methodAdd(String, Single)
Add a float as a numeric custom input.
Public methodAdd(String, String)
Add a custom input string.
Public methodBuild
Build the
CustomInputs
object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the inputs.
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.
(Inherited from Object.)
Top
See Also