Click or drag to resize
MappingComponentClass Method
Returns the type of the associated representation class.

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 Type ComponentClass(
	string className,
	bool usertype
)

Parameters

className
Type: SystemString
Returns the type of the associated representation class.
usertype
Type: SystemBoolean
If true, looks for a usertype. if false, looks for a representation type.

Return Value

Type: Type
The Type of the associated representation class name or null if the Type can not be loaded.
See Also