PCLanguageService Class [AX 2012]
This class encapsulates the .Net language service for OML expressions.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| convertSymbolType | Convert a .Net symbol type to an x++ enum. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAllSymbols | Retrieves all symbols applicable in the model from the language service. |
| getExpressionCacheKey | Retrieves the key to use in the cache for the expression. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasSymbolsFor | Checks if the language service has a symbol for the parsed expression. |
| insertSymbol | Inserts a symbol into the temporary symbols table. |
| isExpressionChanged | Checks whether the expression or the context has changed. |
| marshalSymbols | Marshals a collection of symbols from managed code into a temporary table. |
| new | Initializes a new instance of the PCLanguageService class. |
| 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.) |
| parmExpressionSplitter | Gets or sets the ExpressionSplitter parameter. |
| parmLanguageService | Gets or sets the LanguageService parameter. |
| parmLanguageServiceError | Gets or sets the LanguageServiceError parameter. |
| parmLanguageServiceErrorHandler | Gets or sets the LanguageServiceErrorHandler parameter. |
| parmSymbols | Gets or sets the Symbols parameter. |
| populateSymbols | The method populates the symbols table with the symbols that are valid in an expression. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| splitExpression | Splits an expression text into bits that can be handled by the language service. |
| 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.) |
| ::construct | Initializes a new instance of the PCLanguageService class. |
| ::handleException | Converts the last thrown CLR exception to an infolog error. |
| ::newLanguageService | Initializes the language service. |
Community Additions
ADD
Show: