FileParsingContext Class

Context for file parsing operations.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class FileParsingContext : ActionContext, 
	IResultOptions
Inheritance
Object    DocumentParams    ActionContext    FileParsingContext
Implements
IResultOptions

Constructors

FileParsingContext(SessionProfile) Constructs FileParsingContext with settings taken from SessionProfile.
FileParsingContext(SessionProfile, Boolean) Constructs FileParsingContext. If useProfile is true then the settings are taken from SessionProfile, otherwise they are initialized with default values.

Properties

Action Text value of the current context usage.
(Inherited from ActionContext)
ApproximateEqualAccuracy Accuracy of the Approximate Equal operator.
Cancel Determines if operation requests for canceling.
(Inherited from ActionContext)
DecimalPlaces Number of decimal places in the result.
Dependencies All plug-in dependences for the current expression evaluation.
(Inherited from ActionContext)
ExponentialThreshold Exponential threshold of the result value.
FileName Current Document full file name.
(Inherited from DocumentParams)
FractionsTypeNumeric Numeric fractions type required for current context.
(Inherited from ActionContext)
FractionType Type of the fractions on output.
GeneratorVersion Version of the application.
(Inherited from ActionContext)
Id Id of the Document.
(Inherited from DocumentParams)
IgnoreImages When the value is true embedded images are not handled.
Language Language to use.
Revision Revision number of the Document.
(Inherited from DocumentParams)
RoundingMode Mathematical rounding method to process a number that is midway.
SessionProfile Session parameters.
(Inherited from ActionContext)
SignificantDigits Determines whether answer should be displayed in significant digits mode.
SuppressUI Determines whether any interactions with user is not supported.
(Inherited from ActionContext)
TrailingZeros Determines whether trailing zeros must be displayed or not.
UseMixedNumbers Determines whether to show result as a combination of a whole number and a proper fraction.
Version Receives the version of the parsed file.

Methods

AddDependency(AssemblyInfo) Add dependence from specific plug-in.
(Inherited from ActionContext)
AddDependency(IEnumerable<AssemblyInfo>) Add dependences from specific plug-ins.
(Inherited from ActionContext)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RaiseError Raise an error message.
(Inherited from ActionContext)
RequestPlugins Raise a message about plg-in is requested.
(Inherited from ActionContext)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

ErrorOccured Occurs if an error is found while the operation is in progress.
(Inherited from ActionContext)
PluginsRequested Occurs if any plug-ins are requested.
(Inherited from ActionContext)

See Also