ParentChild Class
A hierarchical relationship.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::ParentChild
| Name | Description | |
|---|---|---|
![]() | ParentChild() | Constructor |
| Name | Description | |
|---|---|---|
![]() | AttributeId | Gets or sets the identifier for the attribute used to related a member to its children, if any. |
![]() | AuditInfo | Gets or sets the audit information related with this node relationship. |
![]() | Child | Gets or sets the child member in the relationship. |
![]() | ChildAccessPermission | Gets or sets the access permission of the child node. |
![]() | ChildEntityId | Gets or sets the identifier of the child member’s entity. |
![]() | ChildPermission | Gets or sets the security permission of the child node. |
![]() | NextRelationshipId | Gets or sets the identifier for the object that defines the relationship between an item and its children. |
![]() | NextRelationshipType | Gets or sets the HierarchyItemType defining how an item relates to its children. |
![]() | Parent | Gets or sets the parent member. |
![]() | ParentAccessPermission | Gets or sets the security permission of the parent node. |
![]() | ParentEntityId | Gets or sets the entity associated with the parent node or the relationship. |
![]() | ParentPermission | Gets or sets the security permission of the parent node. |
![]() | RelationshipId | Gets or sets the identifier for the object that defines the relationship between an item and its parent. |
![]() | RelationshipType | Gets or sets the HierarchyItemType defining how an item relates to its parent. |
![]() | SortOrder | Gets or sets the sort order of this child relative to the others under the same parent. |
![]() | Weight | Obsolete. Gets or sets the weight associated with the child. Weight values are only applicable to collection members |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The ParentChild complex type specifies a parent-child relationship record from a hierarchy.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


