Parameter |
The ParameterToken type exposes the following members.
| Name | Description | |
|---|---|---|
| ParameterToken | Initializes a new instance of the ParameterToken class. |
| Name | Description | |
|---|---|---|
| All | Gets a cached, read-only instance of the All token. | |
| AllMembers | Gets a cached, read-only instance of the AllMembers token. | |
| Caption | Gets or sets the token caption. | |
| Category | Gets the category of the token. | |
| DataType | Gets the data type of the token. | |
| Default | Gets a cached, read-only instance of the Default token. | |
| DisplayType | Gets the display type of the token. | |
| Id | Gets the token definition ID. | |
| IsInversionSupported | Gets a value indicating whether this token supports inversion. | |
| IsOffsetSupported | Gets a value indicating whether this token supports offset. | |
| IsResolvable | Gets a value indicating whether this token can be resolved. | |
| LeafMembers | Gets a cached, read-only instance of the LeafMembers token. | |
| NoSelection | Gets a cached, read-only instance of the NoSelection token. | |
| Null | Gets a cached, read-only instance of the Null token. | |
| Offset | Gets or sets the offset, when the token supports offset values. | |
| OpenRangeBoundary | Gets a cached, read-only instance of the OpenRangeBoundary token. | |
| SortOrder | Gets the sort order for the item. |
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Equals(ParameterToken) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) |
| Name | Description | |
|---|---|---|
| Equality(ParameterToken, ParameterToken) | Implements the == operator for parameter token comparisons. | |
| Inequality(ParameterToken, ParameterToken) | Implements the != operator for parameter token comparisons. |