Click or drag to resize
TmplItemSetCustomPropertiesOnDataDictionaryTable Method

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

Override this method to set properties on the DataDictionarytable that isn't defined on TmplItem but instead on a TmplItem inherited class. This default implementation does nothing

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
protected virtual void SetCustomPropertiesOnDataDictionaryTable(
	DataDictionaryTable ddt
)

Parameters

ddt
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable

[Missing <param name="ddt"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.SetCustomPropertiesOnDataDictionaryTable(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable)"]

See Also