ParentChild クラス

定義

階層的な関係です。

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

注釈

ParentChild複合体型は階層構造から親子関係レコードを指定します。

コンストラクター

名前 説明
ParentChild()

コンストラクター

プロパティ

名前 説明
AttributeId

属性の識別子は、メンバーとその子に関連するもの(もし存在する場合)です。

AuditInfo

このノード関係に関する監査情報

Child

子メンバー

ChildAccessPermission

子ノードのアクセス許可

ChildEntityId

関係の子ノードに関連付けられたエンティティ

ChildPermission

子ノードのセキュリティ許可

NextRelationshipId

アイテムとその子との関係を定義するオブジェクトの識別子です。

NextRelationshipType

HierarchyItemTypeは、アイテムが子とどのように関わるかを定義します。

Parent

親メンバー

ParentAccessPermission

親ノードのセキュリティ許可

ParentEntityId

親ノードまたは関係に関連するエンティティ

ParentPermission

親ノードのセキュリティ許可

RelationshipId

アイテムとその親との関係を定義するオブジェクトの識別子です。

RelationshipType

HierarchyItemTypeは、アイテムが親とどのように関係しているかを定義します。

SortOrder

同じ親の下にある他の子とのソート順を指定します

Weight
古い.

子供に関連する体重を指定します。 重み値はコレクションメンバーにのみ適用されます

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象