RelationshipData Class

REST DTO for Relationship class.
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 RelationshipData : DescriptorBaseData

The RelationshipData type exposes the following members.

Constructors
  NameDescription
Public methodRelationshipData
Initializes a new instance of the RelationshipData class.
Top
Properties
  NameDescription
Public propertyCategory
Gets the relationship category.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyKeys
Gets the relationship keys.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyReferencedStructureDescription
Gets an optional description associated with the entry.
Public propertyReferencedStructureFullName
Gets the full path of the entry (friendly).
Public propertyReferencedStructureId
Gets the referenced structure ID.
Public propertyReferencedStructureName
Gets the name of the entry (friendly representation).
Public propertyStructureDescription
Gets an optional description associated with the entry.
Public propertyStructureFullName
Gets the full path of the entry (friendly).
Public propertyStructureId
Gets the structure ID.
Public propertyStructureName
Gets the name of the entry (friendly representation).
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 from RelationshipData to Relationship.
Public methodStatic memberToDataContractMappings
The mapping from Relationship to RelationshipData.
Top
See Also