AifClassGeneratorBase.addClassDeclaration Method [AX 2012]
Adds the class declaration to the newly generated class.
Syntax
protected void addClassDeclaration()
Run On
Called
Remarks
1. The Classdeclaration method is called from the adddeclaration method as long as the artifact being generated is of type class, not interface.
2. Although this method is made a protected method, it should not called from a derived class. Currently this method is called from the adddeclaration method.
3. The InterfacesImplementedEnumerator set should be of the string type.