AifServiceClassGenerator Class [AX 2012]
The AifServiceClassGenerator class generates the Service Class.
| Method | Description | |
|---|---|---|
| addAttributes | Adds attributes to the class or interface declaration. (Inherited from AifClassGeneratorBase.) |
| addClassDeclaration | Adds the class declaration to the newly generated class. (Inherited from AifClassGeneratorBase.) |
| addClassVariable | Adds a new class level variable. (Inherited from AifClassGeneratorBase.) |
| addConstructMethod | Microsoft internal use only. |
| addCreateMethod | Adds the create method to the generated class. |
| addCustomCode | Adds custom code to the generated class. (Overrides the addCustomCode Method.) |
| addCustomOperationMethods | Adds custom operations to the service class. |
| addCustomProcessEntityDocumentMethod | Microsoft internal use only. |
| addCustomProcessEntityListDocumentMethod | Microsoft internal use only. |
| addCustomQueryDocumentMethod | Microsoft internal use only. |
| addCustomQueryEntityKeysDocumentMethod | Microsoft internal use only. |
| addCustomReceiveDocumentMethod | Microsoft internal use only. |
| addCustomReceiveListDocumentMethod | Microsoft internal use only. |
| addCustomSendDocumentListMethod | Microsoft internal use only. |
| addCustomSendDocumentMethod | Microsoft internal use only. |
| addDeclaration | Adds the class or interface declaration to the generated class or interface. (Inherited from AifClassGeneratorBase.) |
| addDeleteMethod | Adds the delete method to the generated class. |
| addDocumentation | Adds custom code to class documentation. (Overrides the addDocumentation Method.) |
| addFindAsOfMethod | Adds the findAsOf method to the generated class. |
| addFindKeysAsOfMethod | Adds the findKeysAsOf method to the generated class. |
| addFindKeysMethod | Adds the findKeys method to the generated class. |
| addFindKeysRangeMethod | Adds the findKeysRange method to the generated class. |
| addFindMethod | Adds the find method to the generated class. |
| addFindRangeMethod | Adds the findRange method to the generated class. |
| addGetChangedKeysMethod | Adds the GetChangedKeys method to the generated class. |
| addGetKeysMethod | Adds the GetKeys method to the generated class. |
| addInterfaceDeclaration | Adds the class declaration for the interface being generated. (Inherited from AifClassGeneratorBase.) |
| addMethods | Adds the required methods to the generated code. |
| addProtectedConstructor | Microsoft internal use only. |
| addReadAsOfMethod | Adds the readAsOf method to the generated class. |
| addReadMethod | Adds the read method to the generated class. |
| addReadRangeMethod | Adds the readRange method to the generated class. |
| addToDeclaration | Contains changes to be made to the default class declaration, which is empty. (Inherited from AifClassGeneratorBase.) |
| addUpdateMethod | Adds the update method to the generated class. |
| addVariables | Provides a location to add class variables. (Inherited from AifClassGeneratorBase.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| classExists | Determines whether the class to be generated already exists. (Inherited from AifClassGeneratorBase.) |
| clearClass | Microsoft internal use only. (Inherited from AifClassGeneratorBase.) |
| compileAndSave | Compiles and saves the newly generated class (Inherited from AifClassGeneratorBase.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generate | Generates or regenerates the class. (Inherited from AifClassGeneratorBase.) |
| getDocumentObjectInstantiationCode | Retrieves the code to initialize a new document object. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| methodExists | Determines whether the specified method already exists. (Inherited from AifClassGeneratorBase.) |
| new | Microsoft internal use only. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmAddCreateOperation | Microsoft internal use only. |
| parmAddCustomOperations | Microsoft internal use only. |
| parmAddDeleteOperation | Microsoft internal use only. |
| parmAddFindAsOfOperation | Microsoft internal use only. |
| parmAddFindKeysAsOfOperation | Microsoft internal use only. |
| parmAddFindKeysOperation | Microsoft internal use only. |
| parmAddFindKeysRangeOperation | Microsoft internal use only. |
| parmAddFindOperation | Microsoft internal use only. |
| parmAddFindRangeOperation | Microsoft internal use only. |
| parmAddGetChangedKeysOperation | Microsoft internal use only. |
| parmAddGetKeysOperation | Microsoft internal use only. |
| parmAddReadAsOfOperation | Microsoft internal use only. |
| parmAddReadOperation | Microsoft internal use only. |
| parmAddReadRangeOperation | Microsoft internal use only. |
| parmAddUpdateOperation | Microsoft internal use only. |
| parmAllowExistingClass | Gets or sets the value of the _allowExistingClass parameter. (Inherited from AifClassGeneratorBase.) |
| parmAxdClassName | Microsoft internal use only. |
| parmAxdInstanceName | Microsoft internal use only. |
| parmBaseClassName | Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.) |
| parmBaseInterfaceName | Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.) |
| parmClassName | Gets or sets the value of the ClassName parameter. (Inherited from AifClassGeneratorBase.) |
| parmCreateMethodName | Microsoft internal use only. |
| parmCustomOperations | Microsoft internal use only. |
| parmDeleteMethodName | Microsoft internal use only. |
| parmDocumentClassName | Microsoft internal use only. |
| parmDocumentInstanceName | Microsoft internal use only. |
| parmFindAsOfMethodName | Microsoft internal use only. |
| parmFindKeysAsOfMethodName | Microsoft internal use only. |
| parmFindKeysMethodName | Microsoft internal use only. |
| parmFindKeysRangeMethodName | Microsoft internal use only. |
| parmFindMethodName | Microsoft internal use only. |
| parmFindRangeMethodName | Microsoft internal use only. |
| parmGetChangedKeysMethodName | Microsoft internal use only. |
| parmGetKeysMethodName | Microsoft internal use only. |
| parmInterfacesImplemented | Gets or sets the current instance of the Set class. (Inherited from AifClassGeneratorBase.) |
| parmIsAbstract | Gets or sets the value of the _isAbstract parameter. (Inherited from AifClassGeneratorBase.) |
| parmIsInterface | Gets or sets the value of the _isInterface parameter. (Inherited from AifClassGeneratorBase.) |
| parmReadAsOfMethodName | Microsoft internal use only. |
| parmReadMethodName | Microsoft internal use only. |
| parmReadRangeMethodName | Microsoft internal use only. |
| parmRegenerate | Gets or sets the value of the _regenerate parameter. (Inherited from AifClassGeneratorBase.) |
| parmUpdateMethodName | Microsoft internal use only. |
| postProcess | Microsoft internal use only. (Inherited from AifClassGeneratorBase.) |
| preProcess | Microsoft internal use only. (Inherited from AifClassGeneratorBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateGenerationParameters | Validates the generation parameter. (Overrides the validateGenerationParameters Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::checkCreateMethod | Microsoft internal use only. |
| ::checkDeleteMethod | Microsoft internal use only. |
| ::checkFindKeysMethod | Microsoft internal use only. |
| ::checkFindMethod | Microsoft internal use only. |
| ::checkGetChangedKeysMethod | Microsoft internal use only. |
| ::checkGetKeysMethod | Microsoft internal use only. |
| ::checkReadMethod | Microsoft internal use only. |
| ::checkUpdateMethod | Microsoft internal use only. |
| ::getServiceParameters | Microsoft internal use only. |
Community Additions
ADD
Show: