NamingConvention Class Breeze.sharp
A NamingConvention instance is used to specify the naming conventions under which the MetadataStore will translate type and property names between the server and the .NET client. The default NamingConvention does not perform any translation, it simply passes property names thru unchanged.
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 NamingConvention : Internable

The NamingConvention type exposes the following members.

Constructors

  NameDescription
Public methodNamingConvention
Initializes a new instance of the NamingConvention class
Top
Methods

  NameDescription
Protected methodAddClientServerNamespaceMapping
Public methodClientPropertyNameToServer
Translates a server property name into a client property name.
Public methodClientTypeNameToServer
Translates a client TypeNameInfo into a server TypeNameInfo.
Protected methodClone
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
Translates a server property name into a client property name.
Public methodServerTypeNameToClient
Translates a server TypeNameInfo into a client TypeNameInfo.
Public methodTestPropertyName
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithClientServerNamespaceMapping(IDictionaryString, String)
Public methodWithClientServerNamespaceMapping(String, String)
Top
Fields

  NameDescription
Public fieldStatic member__namingConventions
Public fieldStatic memberCamelCaseProperties
A NamingConvention that causes properties to be camelCased on the client.
Public fieldStatic memberDefault
The 'Default' NamingConvention. - Basically does nothing to either type or property names.
Public fieldStatic memberSuffix
Top
Properties

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

Reference