Click or drag to resize
MappingAttributeMapper Delegate
Delegate for the mapping of the attributes. It returns the name of the method to use for an update.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public delegate string AttributeMapper(
	Type rpClass,
	string attributeName
)

Parameters

rpClass
Type: SystemType
The representation object class.
attributeName
Type: SystemString
The name of the attributes.

Return Value

Type: String
The name of the method to use for the update.
See Also