Mapping Methods |
The Mapping type exposes the following members.
Name | Description | |
---|---|---|
AddAttributeMapper |
Adds an attribute mapper to the list of attribute mappers.
| |
AddRepresentationTypeMapper(MappingTypeMapper) |
Adds an representation type mapper.
| |
AddRepresentationTypeMapper(String, String) |
Adds a representation type mapper for a given namespace and
assembly.
| |
AddUserTypeMapper(MappingTypeMapper) |
Adds an user type mapper.
| |
AddUserTypeMapper(String, String) |
Adds an user type mapper for a given namespace and
assembly.
| |
ComponentClass |
Returns the type of the associated representation class.
| |
Cpp |
Creates a "C++ like" mapping.
| |
ForceIntrospect |
Forces the systematic introspection of representation
object types.
| |
PropertySetter |
Returns an MappingAttributeMapper that converts an
attribute name to its .NET property setter according to .NET
conventions.
| |
SetCap |
Returns an MappingAttributeMapper that converts an
attribute name to its Camel-case equivalent.
|