public class ActionContext : DocumentParams,
IDisposablePublic Class ActionContext
Inherits DocumentParams
Implements IDisposablepublic ref class ActionContext : public DocumentParams,
IDisposabletype ActionContext =
class
inherit DocumentParams
interface IDisposable
end| ActionContext(ActionContext) | Constructor of the Context class. |
| ActionContext(SessionProfile) | Constructor of the Context class. |
| Action | Text value of the current context usage. |
| Cancel | Determines if operation requests for canceling. |
| Dependencies | All plug-in dependences for the current expression evaluation. |
| FileName |
Current Document full file name.
(Inherited from DocumentParams) |
| FractionsTypeNumeric | Numeric fractions type required for current context. |
| GeneratorVersion | Version of the application. |
| Id |
Id of the Document.
(Inherited from DocumentParams) |
| Revision |
Revision number of the Document.
(Inherited from DocumentParams) |
| SessionProfile | Session parameters. |
| SuppressUI | Determines whether any interactions with user is not supported. |
| AddDependency(AssemblyInfo) | Add dependence from specific plug-in. |
| AddDependency(IEnumerableAssemblyInfo) | Add dependences from specific plug-ins. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RaiseError | Raise an error message. |
| RequestPlugins | Raise a message about plg-in is requested. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ErrorOccured | Raises if error occurred while operation in progress. |
| PluginsRequested | Raises if plug-ins requested. |
| IDisposableDispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |