The NamingConvention type exposes the following members.
Methods
              | Name | Description | |
|---|---|---|
|   | AddClientServerNamespaceMapping | |
|   | ClientPropertyNameToServer | 
            Translates a server property name into a client property name. 
             | 
|   | ClientTypeNameToServer | 
             Translates a client TypeNameInfo into a server TypeNameInfo.
             | 
|   | Clone | |
|   | 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 | 
            Translates a server property name into a client property name. 
             | 
|   | ServerTypeNameToClient | 
            Translates a server TypeNameInfo into a client TypeNameInfo.
             | 
|   | TestPropertyName | |
|   | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|   | WithClientServerNamespaceMapping(IDictionaryString, String) | |
|   | WithClientServerNamespaceMapping(String, String) | 
See Also