Parameter |
The ParameterValue type exposes the following members.
| Name | Description | |
|---|---|---|
| IsInverted | Gets or sets a value indicating whether this instance value is inverted. | |
| IsTokenized | Gets a value indicating whether this parameter value is based on unresolved tokens. | |
| LastModifiedTime | Gets or sets the time, in coordinated universal time (UTC), that the entry was last written to. | |
| ParameterId | Gets the parameter ID the current value is defined for. | |
| Token | Gets the discrete parameter token, if applicable. |
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Equals(ParameterValue) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| Resolve | Resolves the tokens in this parameter value. | |
| Resolve(IHierarchy) | Resolves the tokens in this parameter value. | |
| TransferValue | Transfers the current value to a different parameter. |
| Name | Description | |
|---|---|---|
| Equality(ParameterValue, ParameterValue) | Implements the operator == for parameter value comparisons. | |
| Inequality(ParameterValue, ParameterValue) | Implements the operator != for parameter value comparisons. |