CamelCasePropertiesNamingConvention Class Breeze.sharp
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

SystemObject
  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

public class CamelCasePropertiesNamingConvention : NamingConvention

The CamelCasePropertiesNamingConvention type exposes the following members.

Constructors

  NameDescription
Public methodCamelCasePropertiesNamingConvention
Initializes a new instance of the CamelCasePropertiesNamingConvention class
Top
Methods

  NameDescription
Protected methodAddClientServerNamespaceMapping (Inherited from NamingConvention.)
Public methodClientPropertyNameToServer (Overrides NamingConventionClientPropertyNameToServer(String, StructuralType).)
Public methodClientTypeNameToServer
Translates a client TypeNameInfo into a server TypeNameInfo.
(Inherited from NamingConvention.)
Protected methodClone (Inherited from NamingConvention.)
Public methodEquals (Inherited from Internable.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from Internable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodServerPropertyNameToClient (Overrides NamingConventionServerPropertyNameToClient(String, StructuralType).)
Public methodServerTypeNameToClient
Translates a server TypeNameInfo into a client TypeNameInfo.
(Inherited from NamingConvention.)
Public methodTestPropertyName (Inherited from NamingConvention.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithClientServerNamespaceMapping(IDictionaryString, String) (Inherited from NamingConvention.)
Public methodWithClientServerNamespaceMapping(String, String) (Inherited from NamingConvention.)
Top
Properties

  NameDescription
Public propertyClientServerNamespaceMap (Inherited from NamingConvention.)
Public propertyName (Inherited from Internable.)
Top
See Also

Reference