HierarchyMembers Class

Definition

Contains hierarchy members resulting.

public ref class HierarchyMembers : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="HierarchyMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembers : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="HierarchyMembers", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembers = class
    inherit DataContractBase
Public Class HierarchyMembers
Inherits DataContractBase
Inheritance
HierarchyMembers
Attributes

Remarks

The HierarchyMembers contains hierarchy members resulting from a call to the HierarchyMembersGet(HierarchyMembersGetRequest) operation.

Constructors

HierarchyMembers()

Constructor

Properties

EntityId

Specifies the entity of the parent child data to get.

HierarchyId

Specifies the hierarchy of the parent child data to get.

HierarchyType

Specifies the hierarchy type.

Members

Specifies the member data retrieved by this operation.

ModelId

Specifies the model of the parent child data to get.

VersionId

Specifies the version of the parent child data to get.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to