RelationalColumnData Class

The DTO class for RelationalColumn.
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 RelationalColumnData : DataElementData

The RelationalColumnData type exposes the following members.

Constructors
 NameDescription
Public methodRelationalColumnData Initializes a new instance of the RelationalColumnData class.
Top
Properties
 NameDescription
Public propertyCategory Gets the potential analysis category for the current instance.
(Inherited from ElementData)
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
(Inherited from ElementData)
Public propertyDataElementStructureId Gets or sets the ID of the data element structure.
(Inherited from DataElementData)
Public propertyDataFormat Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
(Inherited from DataElementData)
Public propertyDataType Gets the element data type.
(Inherited from DataElementData)
Public propertyDescription Gets or sets the description.
(Inherited from ElementData)
Public propertyEntityId Gets the parent entity ID.
(Inherited from ElementData)
Public propertyIsInPrimaryKey Gets or sets a value indicating whether this column is part of primary key.
Public propertyIsSkipped Gets or sets a value indicating whether this column is skipped during the data retrieval.
Public propertyProperties Gets the various uncategorized properties.
(Inherited from ElementData)
Public propertySourceFormat Gets the source numeric format.
(Inherited from DataElementData)
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUniqueName Gets the object unique name.
(Inherited from UniqueNameData)
Top
Methods
 NameDescription
Public methodStatic memberFromRelationalDataContractMappings The mapping between the DTO and the business object.
Public methodStatic memberToRelationalDataContractMappings The mapping between the business object and the DTO.
Top
See Also