ParameterMappingData Class

Represents a ParameterMapping.
Inheritance Hierarchy

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 ParameterMappingData : BaseDataContract

The ParameterMappingData type exposes the following members.

Constructors
  NameDescription
Public methodParameterMappingData
Initializes a new instance of the ParameterMappingData class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertySource
Gets or sets the source.
Public propertyTarget
Gets or sets the target.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between ParameterMappingData and ParameterMapping.
Public methodStatic memberToDataContractMappings
The mapping between ParameterMapping and ParameterMappingData.
Top
See Also