Parent 类

定义

注意

Explicit hierarchies are deprecated

层次结构中的合并节点。

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

注解

Parent复杂类型指定一个成员,该成员是显式层次结构中另一个主数据成员的父级或以前的同级。

构造函数

Parent()
已过时.

初始化 Parent 类的新实例。

属性

AuditInfo
已过时.

指定成员的审核信息

HierarchyId
已过时.

此成员与之关联的层次结构

IsSoftDeleted
已过时.

指定成员的状态

ParentId
已过时.

此成员的标识符

RelationshipType
已过时.

此成员与相关成员的关系的类型。

SortOrder
已过时.

此成员在层次结构/父级内的排序顺序。

方法

SetProperty<T>(T, T, String)
已过时.

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)
已过时.

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于