RequestSet Method |
Name | Description | |
---|---|---|
Set(String, Constant) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Datetime) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Name) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Boolean) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Byte) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Char) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Double) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Int32) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Int64) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, Single) | Sets the element of this request having the specified name to the
specified value.
| |
Set(String, String) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Constant) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Datetime) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Name) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Boolean) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Byte) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Char) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Double) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Int32) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Int64) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Single) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, String) | Sets the element of this request having the specified name to the
specified value.
|