Click or drag to resize

Builder Methods

The CustomInputsBuilder type exposes the following members.

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