言語

ParentChild クラス

定義

階層構造から親子関係の記録を指定します。

public ref class ParentChild : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ParentChild", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ParentChild : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

子メンバーを取得または設定します。

ChildEntityId

リレーショップの子ノードに関連付けられたエンティティを取得または設定します。

ChildPermission

子ノードのセキュリティ権限を取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
NextRelationshipId

アイテムとその子との関係を定義するオブジェクトの識別子を取得したり設定したりします。

NextRelationshipType

アイテムが子とどのように関係するかを定義する階層型の項目タイプを取得します。

Parent

親のメンバーを獲得または設定します。

ParentEntityId

関係の親ノードに関連付けられたエンティティを取得するか設定します。

ParentPermission

親ノードのセキュリティ権限を取得したり設定したりします。

RelationshipId

ノードを別のノードに関連付けるリレーションオブジェクト(エンティティ、属性、階層)を取得したり設定したりします。

RelationshipType

関係を動かすタイプを決めたりします。

SortOrder

ソートの順序を取得または設定します。

Weight

親子関係の重みを得たり設定したりします。

適用対象