| MappingAddRepresentationTypeMapper Method (String, String) |
Adds a representation 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 AddRepresentationTypeMapper(
string namespaceName,
string assemblyName = null
)
Public Shared Sub AddRepresentationTypeMapper (
namespaceName As String,
Optional assemblyName As String = Nothing
)
public:
static void AddRepresentationTypeMapper(
String^ namespaceName,
String^ assemblyName = nullptr
)
Parameters
- namespaceName
- Type: SystemString
The namespace name. If the value
is null or an empty string, the bridge types 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