ProcessParameterData Class | 
Namespace: Dundas.BI.WebApi.Models
The ProcessParameterData type exposes the following members.
| Name | Description | |
|---|---|---|
| ProcessParameterData | 
            Initializes a new instance of the ProcessParameterData class.
              | 
| Name | Description | |
|---|---|---|
| AllowDeletion | 
            Gets or sets a value indicating whether the parameter can be deleted.
              (Inherited from ParameterData.) | |
| AvailableValueTypes | 
            Gets all the parameter value types that are compatible with the current parameter.
              (Inherited from ParameterData.) | |
| ComponentSetting | 
            Gets the parent ComponentSetting the current instance is based on.
              | |
| DefaultValue | 
            Gets or sets the default value.
              (Inherited from ParameterData.) | |
| Description | 
            Gets or sets the object description.
              (Inherited from DescriptorBaseData.) | |
| ElementUsageUniqueName | 
            Gets or sets the unique name of the element that this parameter belongs to.
              (Inherited from ParameterData.) | |
| Hierarchy | 
            Gets or sets the hierarchy this parameter is based on (if applicable).
              (Inherited from ParameterData.) | |
| Id | 
            Gets the object ID.
              (Inherited from DescriptorBaseData.) | |
| IsInheritedParameter | 
            Gets or sets a value indicating whether this instance is an inherited parameter.
              (Inherited from ParameterData.) | |
| IsInvertedSelectionSupported | 
             Gets or sets a value indicating whether this instance supports inverted selection.
               (Inherited from ParameterData.) | |
| IsPublic | 
            Gets or sets a value indicating whether this instance is public.
              (Inherited from ParameterData.) | |
| Name | 
            Gets or sets the object name.
              (Inherited from DescriptorBaseData.) | |
| ParentEntityId | 
            Gets or sets the parent entity ID.
              (Inherited from ParameterData.) | |
| SupportedValueTypes | 
            Gets or sets the parameter value types supported by the current instance.
              (Inherited from ParameterData.) | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | |
| ValidValues | 
            Gets the valid values.
              (Inherited from ParameterData.) | 
| Name | Description | |
|---|---|---|
| ToDataContractMapping | 
            The mapping from ProcessParameter to ProcessParameterData.
              | |
| ToEntityMapping | 
            The mapping from ProcessParameterData to ProcessParameter.
              |