Parent Class
A consolidated member node in a hierarchy.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Parent
| Name | Description | |
|---|---|---|
![]() | Parent() | Initializes a new instance of the Parent class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the audit information of the member. |
![]() | HierarchyId | Gets or sets the identifier of the parent member’s explicit hierarchy. |
![]() | IsSoftDeleted | Gets or sets a value that indicates whether the member is soft deleted. |
![]() | ParentId | Gets or sets the Identifier for this member. |
![]() | RelationshipType | Gets or sets the type of relationship this member has with the related member. |
![]() | SortOrder | Gets or sets the sort order of this member within the hierarchy/parent. |
| 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 Parent complex type specifies a member that is a parent or a prior sibling of another master data member within an explicit 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.


