TransformInfoData Class

The DTO class for TransformInfo.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsTransformInfoData

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 TransformInfoData

The TransformInfoData type exposes the following members.

Constructors
 NameDescription
Public methodTransformInfoData Initializes a new instance of the TransformInfoData class.
Top
Properties
 NameDescription
Public propertyDataCubeId Gets the data cube ID.
Public propertyDataCubeName Gets the name of the data cube.
Public propertyOutputElements Gets the output elements.
Public propertyTransformDescription Gets the description of the transform.
Public propertyTransformId Gets the transform ID.
Public propertyTransformName Gets the name of the transform.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between the business object and the DTO.
Public methodStatic memberToDataContractMappings The mapping between the business object and the DTO.
Top
See Also