ProcessParameterData Class

Class that encapsulates a parameter defined within a ProcessParameterData to alter the data retrieval functionality for that entity.
Inheritance Hierarchy

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class ProcessParameterData : ParameterData

The ProcessParameterData type exposes the following members.

Constructors
 NameDescription
Public methodProcessParameterData Initializes a new instance of the ProcessParameterData class.
Top
Properties
 NameDescription
Public propertyAllowDeletion Gets or sets a value indicating whether the parameter can be deleted.
(Inherited from ParameterData)
Public propertyAvailableValueTypes Gets all the parameter value types that are compatible with the current parameter.
(Inherited from ParameterData)
Public propertyComponentSetting Gets the parent ComponentSetting the current instance is based on.
Public propertyDefaultValue Gets or sets the default value.
(Inherited from ParameterData)
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBaseData)
Public propertyElementUsageUniqueName Gets or sets the unique name of the element that this parameter belongs to.
(Inherited from ParameterData)
Public propertyHierarchy Gets or sets the hierarchy this parameter is based on (if applicable).
(Inherited from ParameterData)
Public propertyId Gets the object ID.
(Inherited from DescriptorBaseData)
Public propertyIsInheritedParameter Gets or sets a value indicating whether this instance is an inherited parameter.
(Inherited from ParameterData)
Public propertyIsInvertedSelectionSupported Gets or sets a value indicating whether this instance supports inverted selection.
(Inherited from ParameterData)
Public propertyIsPublic Gets or sets a value indicating whether this instance is public.
(Inherited from ParameterData)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBaseData)
Public propertyOrigin The source of the parameter.
(Inherited from ParameterData)
Public propertyParentEntityId Gets or sets the parent entity ID.
(Inherited from ParameterData)
Public propertySourceParameterId The source parameter Id when the parameter is a InheritedParameter
(Inherited from ParameterData)
Public propertySupportedValueTypes Gets or sets the parameter value types supported by the current instance.
(Inherited from ParameterData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyValidValues Gets the valid values.
(Inherited from ParameterData)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping from ProcessParameter to ProcessParameterData.
Public methodStatic memberToEntityMapping The mapping from ProcessParameterData to ProcessParameter.
Top
See Also