The "camelCase" naming convention - This implementation only lowercases the first character
             of the server property name but leaves the rest of the property name intact. 
            If a more complicated version is needed then another type should be created that 
            inherits from NamingConvention.
            
            Inheritance Hierarchy
              Breeze.SharpInternable
Breeze.SharpNamingConvention
Breeze.SharpCamelCasePropertiesNamingConvention
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The CamelCasePropertiesNamingConvention type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CamelCasePropertiesNamingConvention | Initializes a new instance of the CamelCasePropertiesNamingConvention class | 
Methods
| Name | Description | |
|---|---|---|
|  | AddClientServerNamespaceMapping | (Inherited from NamingConvention.) | 
|  | ClientPropertyNameToServer | (Overrides NamingConventionClientPropertyNameToServer(String, StructuralType).) | 
|  | ClientTypeNameToServer | 
             Translates a client TypeNameInfo into a server TypeNameInfo.
            (Inherited from NamingConvention.) | 
|  | Clone | (Inherited from NamingConvention.) | 
|  | Equals | (Inherited from Internable.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | (Inherited from Internable.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ServerPropertyNameToClient | (Overrides NamingConventionServerPropertyNameToClient(String, StructuralType).) | 
|  | ServerTypeNameToClient | 
            Translates a server TypeNameInfo into a client TypeNameInfo.
            (Inherited from NamingConvention.) | 
|  | TestPropertyName | (Inherited from NamingConvention.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClientServerNamespaceMapping(IDictionaryString, String) | (Inherited from NamingConvention.) | 
|  | WithClientServerNamespaceMapping(String, String) | (Inherited from NamingConvention.) | 
Properties
| Name | Description | |
|---|---|---|
|  | ClientServerNamespaceMap | (Inherited from NamingConvention.) | 
|  | Name | (Inherited from Internable.) | 
See Also