LayerD CodeDOM and Zoe Compiler interface
renderBeginClass Method (classType, className, implementsStr, inheritsStr, classAccess, isNew, isAbstract, isFinal, classDecl, context)
NamespacesLayerD.OutputModulesCSZOERenderModulerenderBeginClass(ExtendedZOEProcessor..::.EZOEClassType, String, String, String, XplAccesstype_enum, Boolean, Boolean, Boolean, XplClass, ExtendedZOEProcessor..::.EZOEContext)

[This is preliminary documentation and is subject to change.]

Renders the begin class.
Declaration Syntax
C#Visual BasicVisual C++
protected override void renderBeginClass(
	ExtendedZOEProcessor..::.EZOEClassType classType,
	string className,
	string implementsStr,
	string inheritsStr,
	XplAccesstype_enum classAccess,
	bool isNew,
	bool isAbstract,
	bool isFinal,
	XplClass classDecl,
	ExtendedZOEProcessor..::.EZOEContext context
)
Protected Overrides Sub renderBeginClass ( _
	classType As ExtendedZOEProcessor..::.EZOEClassType, _
	className As String, _
	implementsStr As String, _
	inheritsStr As String, _
	classAccess As XplAccesstype_enum, _
	isNew As Boolean, _
	isAbstract As Boolean, _
	isFinal As Boolean, _
	classDecl As XplClass, _
	context As ExtendedZOEProcessor..::.EZOEContext _
)
protected:
virtual void renderBeginClass(
	ExtendedZOEProcessor..::.EZOEClassType classType, 
	String^ className, 
	String^ implementsStr, 
	String^ inheritsStr, 
	XplAccesstype_enum classAccess, 
	bool isNew, 
	bool isAbstract, 
	bool isFinal, 
	XplClass^ classDecl, 
	ExtendedZOEProcessor..::.EZOEContext context
) override
Parameters
classType (ExtendedZOEProcessor..::.EZOEClassType)
Type of the class.
className (String)
Name of the class.
implementsStr (String)
The implements STR.
inheritsStr (String)
The inherits STR.
classAccess (XplAccesstype_enum)
The class access.
isNew (Boolean)
if set to true [is new].
isAbstract (Boolean)
if set to true [is abstract].
isFinal (Boolean)
if set to true [is final].
classDecl (XplClass)
The class decl.
context (ExtendedZOEProcessor..::.EZOEContext)
The context.

Assembly: lib_zoe_outmod_cs (Module: lib_zoe_outmod_cs) Version: 1.0.3410.22812 (1.0.0.0)