StructureData Class

The DTO for IStructure.
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 StructureData : BaseDataContract

The StructureData type exposes the following members.

Constructors
 NameDescription
Public methodStructureData Initializes a new instance of the StructureData class.
Top
Properties
 NameDescription
Public propertyDescription Gets the description of the structure.
Public propertyId Gets the parent entity ID.
Public propertyName Gets the name of the structure.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also