StructuralTypeConfiguration<TStructuralType> Constructor (StructuralTypeConfiguration)
Initializes a new instance of the StructuralTypeConfiguration<TStructuralType> class.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
protected StructuralTypeConfiguration(
StructuralTypeConfiguration configuration
)
protected:
StructuralTypeConfiguration(
StructuralTypeConfiguration^ configuration
)
new :
configuration:StructuralTypeConfiguration -> StructuralTypeConfiguration
Protected Sub New (
configuration As StructuralTypeConfiguration
)
Parameters
configuration
Type: System.Web.OData.Builder.StructuralTypeConfigurationThe inner configuration of the structural type.
See Also
StructuralTypeConfiguration<TStructuralType> Class
System.Web.OData.Builder Namespace
Return to top