MetadataAttribute.DomainEntityIsHierarchyEnabled 属性

定义

指定一个值,该值指示域实体是否启用了显式层次结构。

public:
 property bool DomainEntityIsHierarchyEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool DomainEntityIsHierarchyEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DomainEntityIsHierarchyEnabled : bool with get, set
Public Property DomainEntityIsHierarchyEnabled As Boolean

属性值

如果域实体启用了显式层次结构,则为 true;否则为 false

属性

适用于