AifServiceGeneratedArtifacts Class [AX 2012]
The AifServiceGeneratedArtifacts class records all generated artifacts.
| Method | Description | |
|---|---|---|
| addAssembly | Microsoft internal use only. |
| addAssemblyReference | Microsoft internal use only. |
| addBaseDataContract | Adds the base data contract to the base data contract list. |
| addClass | Adds a generated .NET class to the artifacts generated. |
| addConfig | Adds the generated configuration file to the artifacts generated. |
| addKnownType | Adds the known type to the known types set. |
| addReferencedILClass | Microsoft internal use only. |
| addSchema | Adds a generated schema to the artifacts that are generated. |
| addSvcFile | Adds a generated .svc page to the artifacts generated. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAssemblyReferences | Microsoft internal use only. |
| getBaseDataContracts | Microsoft internal use only. |
| getGeneratedFiles | Gets one or more generated artifacts in the temporary generation directory. |
| getKnownTypes | Microsoft internal use only. |
| getReferencedILClasses | Microsoft internal use only. |
| getServiceAssembly | Microsoft internal use only. |
| getSharedTypesSchema | Microsoft internal use only. |
| getTempGenerationDir | Gets the temporary generation directory used by service generation. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isGenerated | Determines whether the artifact has been generated already. |
| isKnownType | Microsoft internal use only. |
| isXmlSerializableKnownType | Microsoft internal use only. |
| new | Microsoft internal use only. |
| 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.) |
| save | Saves the code buffer to the temporarily generated directory. |
| setServiceAssembly | Microsoft internal use only. |
| setSharedTypesSchema | Microsoft internal use only. |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: