Click or drag to resize

MappingTypeMapper Delegate

Delegate for the mapping of the type names. Gets the full qualified name of the correponding representation type.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax
public delegate string TypeMapper(
	string orig
)

Parameters

orig
Type: SystemString
The type name of the representation object.

Return Value

Type: String
The full qualified name of the correponding representation type.
See Also