FileParsingContext Class

Definition

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

Constructors

FileParsingContext(SessionProfile)Initializes a new instance of the FileParsingContext class
FileParsingContext(SessionProfile, Boolean)Initializes a new instance of the FileParsingContext class

Properties

Action Text value of the current context usage.
(Inherited from ActionContext)
ApproximateEqualAccuracy 
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 embedded images are not handled.
Language 
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 

Methods

AddDependency(AssemblyInfo) Add dependence from specific plug-in.
(Inherited from ActionContext)
AddDependency(IEnumerableAssemblyInfo) 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 Raises if error occurred while operation in progress.
(Inherited from ActionContext)
PluginsRequested Raises if plug-ins requested.
(Inherited from ActionContext)

See Also