LowerCamelCaser Class

 

Default lower camel caser to resolve property names for ODataConventionModelBuilder. The rule is to convert the leading upper case characters to lower case, until a character, which is not the first character and is followed by a non-upper case character, is met. id => id, ID => id, MyName => myName, IOStream => ioStream, MyID => myid, yourID => yourID

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

System::Object
  System.Web.OData.Builder::LowerCamelCaser

public ref class LowerCamelCaser 

NameDescription
System_CAPS_pubmethodLowerCamelCaser()

Initializes a new instance of the LowerCamelCaser class.

System_CAPS_pubmethodLowerCamelCaser(NameResolverOptions)

Initializes a new instance of the LowerCamelCaser class.

NameDescription
System_CAPS_pubmethodApplyLowerCamelCase(ODataConventionModelBuilder^)

Applies lower camel case.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToLowerCamelCase(String^)

Converts a String to lower camel case.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: