| MappingAttributeMapper Delegate |
Delegate for the mapping of the attributes. It returns the name
of the method to use for an update.
Namespace: RW.Server.ComponentAssembly: 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
)
Public Delegate Function AttributeMapper (
rpClass As Type,
attributeName As String
) As String
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:
StringThe name of the method to use for the update.
See Also