FlattenMappingsInfoData Class

The JSON DTO class for FlattenMappingsInfo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsFlattenMappingsInfoData

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

The FlattenMappingsInfoData type exposes the following members.

Constructors
 NameDescription
Public methodFlattenMappingsInfoData Initializes a new instance of the ProcessExpressionData class.
Top
Properties
 NameDescription
Public propertyElementId Gets the XML connector element ID.
Public propertyIsValid Gets a flag indicating if the current mappings are valid from the point of view of allowed record selector mappings.
Public propertyMappings Gets the XML mappings collection.
Public propertyNamespaces Gets the XML namespaces and their prefixes.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping Get the mapping rules from the entity to the data contract.
Public methodStatic memberToEntityMapping Get the mapping rules from the data contract to entity.
Top
See Also