다음을 통해 공유


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입니다.

특성

적용 대상