Click or drag to resize
DynamicDataContext Class

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

Extend the ComputationContext class with a DataDictionary member.
Inheritance Hierarchy
SystemObject
  ComputationContext
    CSC.SC.TOPICA4.DynamicDataDynamicDataContext

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public class DynamicDataContext : ComputationContext

The DynamicDataContext type exposes the following members.

Constructors
Methods
  NameDescription
Public methodBool Obsolete. (Inherited from ComputationContext.)
Public methodCheckGlobalFunction (Inherited from ComputationContext.)
Public methodClearVariables (Inherited from ComputationContext.)
Public methodContainsKey (Inherited from ComputationContext.)
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 (Inherited from ComputationContext.)
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 methodGetDataSet (Inherited from ComputationContext.)
Public methodGetDateTime(String) (Inherited from ComputationContext.)
Public methodGetDateTime(String, DateTime) (Inherited from ComputationContext.)
Public methodGetEvaluatableObject (Inherited from ComputationContext.)
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 methodGetStateMachine (Inherited from ComputationContext.)
Public methodGetString(String) (Inherited from ComputationContext.)
Public methodGetString(String, String) (Inherited from ComputationContext.)
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 methodSetStateMachine (Inherited from ComputationContext.)
Public methodText Obsolete. (Inherited from ComputationContext.)
Public methodToString
String representation for debugging etc.
(Overrides ComputationContext.ToString.)
Top
Properties
  NameDescription
Public propertyCultureInfo (Inherited from ComputationContext.)
Public propertyDatabase (Inherited from ComputationContext.)
Public propertyDataDictionary
Get DataDictionary
Public propertyDataDictionaryTable
Get DataDictionaryTable
Public propertyDebugOutputEvaluateString (Inherited from ComputationContext.)
Public propertyDictionary Obsolete. (Inherited from ComputationContext.)
Public propertyIComputationMetaData Obsolete. (Inherited from ComputationContext.)
Public propertyStrict (Inherited from ComputationContext.)
Public propertyValues Obsolete. (Inherited from ComputationContext.)
Top
See Also