| DataDictionaryComputation Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public class DataDictionaryComputation
The DataDictionaryComputation type exposes the following members.
| Name | Description | |
|---|---|---|
| DataDictionaryComputation |
Default constructor
| |
| DataDictionaryComputation(Database, DataRow) |
Construct from database
| |
| DataDictionaryComputation(String, String) |
Construct by parameters
| |
| DataDictionaryComputation(DataDictionaryComputationName, String) |
Construct by parameters
|
| Name | Description | |
|---|---|---|
| DBInsert |
Insert into database - related to table ddt | |
| DBRead |
Read from DataRow dr | |
| 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 a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Match |
Checks if supplied computation matches locale
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| TableName |
Gets tablename for specified field
| |
| ToString |
Human readly string representation (for debugging)
(Overrides ObjectToString.) | |
| XMLLoad |
Load from XML node
| |
| XMLWrite |
Write XML
|
| Name | Description | |
|---|---|---|
| ComputationName |
Name (identification) of computation
| |
| Disabled |
Optionally disable computation
| |
| ExpressionString |
The expression to evaluate
| |
| SequenceNumber |
Sequence number - used to preserve ordering
|