Parameter Class |
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableValueTypes | Gets all the parameter value types that are compatible with the current parameter. | |
| DefaultValue | Gets or sets the default value. | |
| Description |
Gets or sets the object description.
(Inherited from DescriptorBase) | |
| Entity | Gets the EntityBase object the current instance is referencing. | |
| Id |
Gets the object ID.
(Inherited from DescriptorBase) | |
| IsInvertedSelectionSupported | Gets or sets a value indicating whether this instance supports inverted selection. | |
| IsPublic | Gets or sets a value indicating whether this instance is public. | |
| Name |
Gets or sets the object name.
(Inherited from DescriptorBase) | |
| Origin | Gets the name of the source structure from which the parameter is retrieved from. | |
| SupportedValueTypes | Gets or sets the parameter value types supported by the current instance. | |
| ValidValues | Gets the valid values. |
| Name | Description | |
|---|---|---|
| CheckValue | Checks the specified value if it valid for the current instance. | |
| ToString | Returns a string that represents the current object. (Inherited from DescriptorBase) |