Share via


LowerCamelCaser Constructor

 

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Overload List

Name Description
System_CAPS_pubmethod LowerCamelCaser()

Initializes a new instance of the LowerCamelCaser class.

System_CAPS_pubmethod 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

Return to top