次の方法で共有


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

属性

適用対象