StructuralTypeConfiguration<TStructuralType> Class
Represents an IEdmStructuredType that can be built using ODataModelBuilder.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Builder.StructuralTypeConfiguration<TStructuralType>
System.Web.Http.OData.Builder.ComplexTypeConfiguration<TComplexType>
System.Web.Http.OData.Builder.EntityTypeConfiguration<TEntityType>
Syntax
public abstract class StructuralTypeConfiguration<TStructuralType>
where TStructuralType : class
generic<typename TStructuralType>
where TStructuralType : ref class
public ref class StructuralTypeConfiguration abstract
[<AbstractClass>]
type StructuralTypeConfiguration<'TStructuralType when 'TStructuralType : not struct> = class end
Public MustInherit Class StructuralTypeConfiguration(Of TStructuralType As Class)
Constructors
Name | Description | |
---|---|---|
StructuralTypeConfiguration<TStructuralType>(StructuralTypeConfiguration) | Initializes a new instance of the StructuralTypeConfiguration<TStructuralType> class. |
Properties
Name | Description | |
---|---|---|
Properties | Gets the collection of EDM structural properties that belong to this type. |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Builder Namespace
Return to top