EnumTypeConfiguration Constructor (ODataModelBuilder, Type)
Initializes a new instance of the EnumTypeConfiguration class.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public EnumTypeConfiguration(
ODataModelBuilder builder,
Type clrType
)
public:
EnumTypeConfiguration(
ODataModelBuilder^ builder,
Type^ clrType
)
new :
builder:ODataModelBuilder *
clrType:Type -> EnumTypeConfiguration
Public Sub New (
builder As ODataModelBuilder,
clrType As Type
)
See Also
EnumTypeConfiguration Class
System.Web.OData.Builder Namespace
Return to top