Click or drag to resize
FormContext Methods

[This is preliminary documentation and is subject to change.]

The FormContext type exposes the following members.

Methods
  NameDescription
Public methodAddPreProcessedValues
Add XML output from whatever pre processes have been run
Public methodBool Obsolete. (Inherited from ComputationContext.)
Public methodCheckGlobalFunction
Check if name is a global name (constant, enumeration value, function)
(Overrides ComputationContext.CheckGlobalFunction(String).)
Public methodClearVariables (Inherited from ComputationContext.)
Public methodContainsKey (Inherited from ComputationContext.)
Public methodCurrentUserHasPermission
Checks if current user has permissionType
Public methodDebugPrint (Inherited from ComputationContext.)
Public methodDefine (Inherited from ComputationContext.)
Public methodDefineExpression (Inherited from ComputationContext.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluateGlobalFunction
Evaluate global function
(Overrides ComputationContext.EvaluateGlobalFunction(Expression).)
Public methodEvaluateString (Inherited from ComputationContext.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBool(String) (Inherited from ComputationContext.)
Public methodGetBool(String, Boolean) (Inherited from ComputationContext.)
Public methodGetDataOwner
Returns DataOwner
Public methodGetDataSet (Inherited from ComputationContext.)
Public methodGetDateTime(String) (Inherited from ComputationContext.)
Public methodGetDateTime(String, DateTime) (Inherited from ComputationContext.)
Public methodGetEvaluatableObject
Get evaluatable object by name
(Overrides ComputationContext.GetEvaluatableObject(String).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInt(String) (Inherited from ComputationContext.)
Public methodGetInt(String, Int32) (Inherited from ComputationContext.)
Public methodGetInt2 Obsolete. (Inherited from ComputationContext.)
Public methodGetLocalizedText(String)
Get localizwed text - key value is also default
Public methodGetLocalizedText(String, String)
Get localized text - with specifed default value
Public methodGetSettingsdictinary
Get Settings dictionary
Public methodGetStateMachine (Inherited from ComputationContext.)
Public methodGetString(String) (Inherited from ComputationContext.)
Public methodGetString(String, String) (Inherited from ComputationContext.)
Public methodGetText
Get text from configuration or resource. Priority: 1 configuration 2 resource 3 default value
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Inherited from ComputationContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReplaceComputation(String) (Inherited from ComputationContext.)
Public methodReplaceComputation(String, Char, Char) (Inherited from ComputationContext.)
Public methodResolveUrl
Resolve relative URL - examples: Configuration/config/MyForm.aspx ~/Configuration/config/MyForm.aspx #/MyForm.aspx
Public methodSetPreProcessedValues
Public methodSetSettingsdictionary
Set settings dictionary
Public methodSetStateMachine (Inherited from ComputationContext.)
Public methodText
Get text (localized) - declared "new" to hide the inherited (should have been virtual...)
Public methodToString
Convert to string
(Overrides ComputationContext.ToString.)
Top
See Also