EntityTypeConfiguration.IsAbstract Property
Gets or sets a value indicating whether this type is abstract.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual Nullable<bool> IsAbstract {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property Nullable<bool> IsAbstract {
[CompilerGeneratedAttribute]
virtual Nullable<bool> get();
[CompilerGeneratedAttribute]
virtual void set(Nullable<bool> value);
}
abstract IsAbstract : Nullable<bool> with get, set
override IsAbstract : Nullable<bool> with get, set
Public Overridable Property IsAbstract As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
EntityTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top