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
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | LowerCamelCaser() | Initializes a new instance of the LowerCamelCaser class. |
![]() | LowerCamelCaser(NameResolverOptions) | Initializes a new instance of the LowerCamelCaser class. |
| Name | Description | |
|---|---|---|
![]() | ApplyLowerCamelCase(ODataConventionModelBuilder^) | Applies lower camel case. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToLowerCamelCase(String^) | Converts a String to lower camel case. |
![]() | ToString() | (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.

