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

注解

必须将其中 InheritanceMappingAttribute 一个属性声明 IsDefaulttrue

适用于