Click or drag to resize
MappingAddUserTypeMapper Method (String, String)
Adds an user type mapper for a given namespace and assembly.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static void AddUserTypeMapper(
	string namespaceName,
	string assemblyName = null
)

Parameters

namespaceName
Type: SystemString
The namespace name. If the value is null or an empty string, the bridge classes will be assumed to be in the global namespace.
assemblyName (Optional)
Type: SystemString
The full name of the assembly. If this parameter is omitted or set to null, the assembly of the caller is used.
Remarks
This method must not be called after a view has been opened.
See Also