LowerCamelCaser Constructor
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
LowerCamelCaser() | Initializes a new instance of the LowerCamelCaser class. |
![]() |
LowerCamelCaser(NameResolverOptions) | Initializes a new instance of the LowerCamelCaser class. |
See Also
LowerCamelCaser Class
System.Web.OData.Builder Namespace
Return to top
LowerCamelCaser Constructor ()
Initializes a new instance of the LowerCamelCaser class.
Syntax
public LowerCamelCaser()
public:
LowerCamelCaser()
new : unit -> LowerCamelCaser
Public Sub New
Return to top
LowerCamelCaser Constructor (NameResolverOptions)
Initializes a new instance of the LowerCamelCaser class.
Syntax
public LowerCamelCaser(
NameResolverOptions options
)
public:
LowerCamelCaser(
NameResolverOptions options
)
new :
options:NameResolverOptions -> LowerCamelCaser
Public Sub New (
options As NameResolverOptions
)
Parameters
options
Type: System.Web.OData.Builder.NameResolverOptionsName resolver options for camelizing.
Return to top