| MappingAddAttributeMapper Method |
Adds an attribute mapper to the list of attribute mappers.
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 AddAttributeMapper(
MappingAttributeMapper m
)
Public Shared Sub AddAttributeMapper (
m As MappingAttributeMapper
)
public:
static void AddAttributeMapper(
MappingAttributeMapper^ m
)
Parameters
- m
- Type: RW.Server.ComponentMappingAttributeMapper
The attribute mapper.
Remarks
This method must not be called after a view has been opened.
See Also