Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This constructor is public only for unit testing purposes. To get a PrimitiveTypeConfiguration use ODataModelBuilder.GetTypeConfigurationOrNull(Type)
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public PrimitiveTypeConfiguration(
ODataModelBuilder builder,
IEdmPrimitiveType edmType,
Type clrType
)
public:
PrimitiveTypeConfiguration(
ODataModelBuilder^ builder,
IEdmPrimitiveType^ edmType,
Type^ clrType
)
new :
builder:ODataModelBuilder *
edmType:IEdmPrimitiveType *
clrType:Type -> PrimitiveTypeConfiguration
Public Sub New (
builder As ODataModelBuilder,
edmType As IEdmPrimitiveType,
clrType As Type
)
Parameters
- builder
Type: System.Web.Http.OData.Builder.ODataModelBuilder
- edmType
Type: Microsoft.Data.Edm.IEdmPrimitiveType
- clrType
Type: System.Type
See Also
PrimitiveTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top