| MappingAddRepresentationTypeMapper Method (MappingTypeMapper) |
Adds an representation type mapper.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static void AddRepresentationTypeMapper(
MappingTypeMapper m
)
Public Shared Sub AddRepresentationTypeMapper (
m As MappingTypeMapper
)
public:
static void AddRepresentationTypeMapper(
MappingTypeMapper^ m
)
Parameters
- m
- Type: RW.Server.ComponentMappingTypeMapper
The object mapper.
Remarks
This method must not be called after a view has been opened.
The last representation type mapper that is added is the
first one to be used when looking for a mapping.
See Also