[This is preliminary documentation and is subject to change.]
Renders the begin class.

C# | Visual Basic | Visual 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

- 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.