RelationshipData Class |
Namespace: Dundas.BI.WebApi.Models
The RelationshipData type exposes the following members.
Name | Description | |
---|---|---|
RelationshipData |
Initializes a new instance of the RelationshipData class.
|
Name | Description | |
---|---|---|
Category |
Gets the relationship category.
| |
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
Keys |
Gets the relationship keys.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
ReferencedStructureDescription |
Gets an optional description associated with the entry.
| |
ReferencedStructureFullName |
Gets the full path of the entry (friendly).
| |
ReferencedStructureId |
Gets the referenced structure ID.
| |
ReferencedStructureName | Gets the name of the entry (friendly representation). | |
StructureDescription |
Gets an optional description associated with the entry.
| |
StructureFullName |
Gets the full path of the entry (friendly).
| |
StructureId |
Gets the structure ID.
| |
StructureName | Gets the name of the entry (friendly representation). | |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping from RelationshipData to Relationship.
| |
ToDataContractMappings |
The mapping from Relationship to RelationshipData.
|