| MappingTypeMapper Delegate |
Delegate for the mapping of the type names.
Gets the full qualified name of the correponding representation type.
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 TypeMapper(
string orig
)
Public Delegate Function TypeMapper (
orig As String
) As String
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