DataDictionaryExternalRelation Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public class DataDictionaryExternalRelation
The DataDictionaryExternalRelation type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataDictionaryExternalRelation(DataDictionaryTable, DataRow) |
Constructor loading data from dataRow |
![]() | DataDictionaryExternalRelation(DataDictionaryTable, String, String, String, String, Boolean, DataDictionaryExternalRelationFillInStatus, String, Boolean, String, String, String) |
Constructor
|
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | GetFullFieldName |
Get full field name (foreign key field)
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInheritedRelation |
Get relation "inherited" from parent table
(this should return something when relation is propagated from parent/ancestor).
TODO: add mechanism to control inheritance...
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ReferenceFieldName |
Compute field name (for the field referncing an external table)
|
![]() | ToString |
String representation for debugging etc.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | Caption |
Text displayed in user interface
|
![]() | CssClassComputation |
Expression to compute CSS class name (string)
|
![]() | DataDictionaryTable |
Refernce to the DataDictionaryTable that refernces an external table
|
![]() | DataDictionaryTableName |
Get DataDictionaryTable.TableName
|
![]() | FillInStatusComputation |
Expression to compute FillInStatus
|
![]() | FillInStatusSelect |
Fill-in status
|
![]() | FillInStatusSelectString |
Get FillInStatusSelect as string
|
![]() | Hidden |
Hidden
|
![]() | Propagate |
Whether the external relation propagate
|
![]() | ReferencedColumns |
Name of key columns in external table
|
![]() | ReferencedTable |
Name of external table referenced
|
![]() | RelationName |
Name of this external relation.
When one table has more than one relation to same external table, RelationName of these relations must be unique
|
![]() | StyleComputation |
Expression to compute CSS style (string)
|
![]() | VisibleComputation |
Expression to compute visible (bool) - override Hidden value
|