ParameterMappingItemData Class

Represents a ParameterMappingItem.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsParameterMappingItemData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ParameterMappingItemData : BaseDataContract

The ParameterMappingItemData type exposes the following members.

Constructors
  NameDescription
Public methodParameterMappingItemData
Initializes a new instance of the ParameterMappingItemData class.
Top
Properties
  NameDescription
Public propertyElementUsageUniqueName
Gets or sets the name of the element usage unique.
Public propertyParameterValueType
Gets or sets the type of the parameter value.
Public propertyPlaceholder
Gets or sets the place holder.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyViewParameterId
Gets or sets the ID of the view parameter.
Top
See Also