| MvComponentDeclClass Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void DeclClass(
string typeName,
bool isExported,
bool isDynamic
)
Public Overridable Sub DeclClass (
typeName As String,
isExported As Boolean,
isDynamic As Boolean
)
public:
virtual void DeclClass(
String^ typeName,
bool isExported,
bool isDynamic
)
Parameters
- typeName
- Type: SystemString
The name of the type. - isExported
- Type: SystemBoolean
Set to true if the class has been declared exported.
- isDynamic
- Type: SystemBoolean
Set to true if the class has been declared dynamic.
Implements
IRtModelBuilderDeclClass(String, Boolean, Boolean)See Also