| MappingAddUserTypeMapper Method (String, String) |
Adds an user type mapper for a given namespace and
assembly.
Namespace: RW.Server.ComponentAssembly: 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
)
Public Shared Sub AddUserTypeMapper (
namespaceName As String,
Optional assemblyName As String = Nothing
)
public:
static void AddUserTypeMapper(
String^ namespaceName,
String^ assemblyName = nullptr
)
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