public class ActionContext : DocumentParams,
IDisposable
Public Class ActionContext
Inherits DocumentParams
Implements IDisposable
public ref class ActionContext : public DocumentParams,
IDisposable
type 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(IEnumerable<AssemblyInfo>) | 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 | Occurs if an error is found while the operation is in progress. |
PluginsRequested | Occurs if any plug-ins are requested. |
IDisposable.Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |