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 (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the inputs.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also