Click or drag to resize
TmplItemDataDictionaryFieldCreate Method (DataDictionary, DataType, String, Int32, ProgressCollection, String, Boolean)

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

Utility method to create a DataDictionary field - not inserted in DataDictionary!

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
protected DataDictionaryField DataDictionaryFieldCreate(
	DataDictionary dd,
	DataType type,
	string fieldNameSuffix,
	int fieldSize,
	ProgressCollection progressCollection,
	string margin,
	bool isComputed = false
)

Parameters

dd
Type: CSC.SC.TOPICA4.DynamicDataDataDictionary
The DataDictionary being constructed
type
Type: CSC.SC.TOPICA4.DynamicDataDataType
DataType of new field
fieldNameSuffix
Type: SystemString
Suffix appended to Dataname to give field name (separate by _)
fieldSize
Type: SystemInt32
Field size (for Text only)
progressCollection
Type: ProgressCollection
Error/messages output
margin
Type: SystemString
Margin
isComputed (Optional)
Type: SystemBoolean

[Missing <param name="isComputed"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.DataDictionaryFieldCreate(CSC.SC.TOPICA4.DynamicData.DataDictionary,CSC.SC.TOPICA4.DynamicData.DataType,System.String,System.Int32,CSC.SC.Enterprise.Utilities.ProgressCollection,System.String,System.Boolean)"]

Return Value

Type: DataDictionaryField
DataDictionaryField
See Also