InheritanceMappingAttribute.IsDefault プロパティ

定義

識別子コード値と指定した値が一致しない場合に、この型のオブジェクトをインスタンス化するかどうかを指定する値を取得または設定します。

public:
 property bool IsDefault { bool get(); void set(bool value); };
public bool IsDefault { get; set; }
member this.IsDefault : bool with get, set
Public Property IsDefault As Boolean

プロパティ値

既定値 = false

注釈

属性の 1 つを InheritanceMappingAttribute としてtrue宣言IsDefaultする必要があります。

適用対象