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.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public override EnumTypeConfiguration AddEnumType(
Type type
)
public:
virtual EnumTypeConfiguration^ AddEnumType(
Type^ type
) override
override AddEnumType :
type:Type -> EnumTypeConfiguration
Public Overrides Function AddEnumType (
type As Type
) As EnumTypeConfiguration
Return Value
Type: System.Web.OData.Builder.EnumTypeConfiguration
See Also
ODataConventionModelBuilder Class
System.Web.OData.Builder Namespace
Return to top