Click or drag to resize
TmplItemDataDictionary Method

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

DataDictionary processing for this TmplItem and all sub-items. Maintains list of parent tables.

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public void DataDictionary(
	Database database,
	DataDictionary dd,
	DataDictionaryFieldCollection commonFields,
	DataDictionaryTableCollection parentTables,
	string formPath,
	TmplItem parent,
	ProgressCollection progressCollection,
	string margin
)

Parameters

database
Type: Database
Database
dd
Type: CSC.SC.TOPICA4.DynamicDataDataDictionary
DataDictionary being built
commonFields
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryFieldCollection
Fields that should be added to alle new tables below here
parentTables
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTableCollection
List of parent tables - last is immediate parent
formPath
Type: SystemString
Path for form files - may be ;-separated list
parent
Type: CSC.SC.TOPICA4.TemplateTmplItem
Parent TmplItem
progressCollection
Type: ProgressCollection
Error/messages output
margin
Type: SystemString
Margin for progressCollection
See Also