The Parameter data type.

C# |
public class Parameter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Parameter()()()() | Initializes a new instance of the Parameter class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ParameterKey |
The key associated with the parameter.
|
![]() | ParameterValue |
The value associated with the parameter.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UsePreviousValue | |
![]() | WithParameterKey(String) | Obsolete.
Sets the ParameterKey property
|
![]() | WithParameterValue(String) | Obsolete.
Sets the ParameterValue property
|
![]() | WithUsePreviousValue(Boolean) | Obsolete.
Sets the UsePreviousValue property
|

Object | |
![]() | Parameter |