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

부모-자식 관계의 가중치를 가져오거나 설정합니다.

적용 대상