言語

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

属性

適用対象