StructuralTypeConfiguration<TStructuralType> Class
Represents an IEdmStructuredType that can be built using ODataModelBuilder.
Assembly: System.Web.OData (in System.Web.OData.dll)
System::Object
System.Web.OData.Builder::StructuralTypeConfiguration<TStructuralType>
System.Web.OData.Builder::ComplexTypeConfiguration<TComplexType>
System.Web.OData.Builder::EntityTypeConfiguration<TEntityType>
System.Web.OData.Builder::StructuralTypeConfiguration<TStructuralType>
System.Web.OData.Builder::ComplexTypeConfiguration<TComplexType>
System.Web.OData.Builder::EntityTypeConfiguration<TEntityType>
| Name | Description | |
|---|---|---|
![]() | StructuralTypeConfiguration<TStructuralType>(StructuralTypeConfiguration^) | Initializes a new instance of the StructuralTypeConfiguration<TStructuralType> class. |
| Name | Description | |
|---|---|---|
![]() | FullName | Gets the full name of this EDM type. |
![]() | IsOpen | Gets an indicator whether this EDM type is an open type or not. Returns true if this is an open type; false otherwise. |
![]() | Name | Gets and sets the name of this EDM type. |
![]() | Namespace | Gets and sets the namespace of this EDM type. |
![]() | Properties | Gets the collection of EDM structural properties that belong to this type. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


