ComplexTypeConfiguration<TComplexType>.Abstract Method ()
Marks this complex type as abstract.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ComplexTypeConfiguration<TComplexType> Abstract()
public:
ComplexTypeConfiguration<TComplexType>^ Abstract()
member Abstract : unit -> ComplexTypeConfiguration<'TComplexType>
Public Function Abstract As ComplexTypeConfiguration(Of TComplexType)
Return Value
Type: System.Web.OData.Builder.ComplexTypeConfiguration<TComplexType>
Returns itself so that multiple calls can be chained.
See Also
ComplexTypeConfiguration<TComplexType> Class
System.Web.OData.Builder Namespace
Return to top