Click or drag to resize
TmplItemAddHistoryData Method

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

Override this method for special handling of history representation of data. The method is used in conjuction with AddHistoryDataDefinition. This method is called after the AddHistoryDataDefinition method. Use this method for adding data to a specific row.

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public virtual void AddHistoryData(
	DataRow historyDataRow,
	FormContext formContext
)

Parameters

historyDataRow
Type: System.DataDataRow

[Missing <param name="historyDataRow"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.AddHistoryData(System.Data.DataRow,CSC.SC.TOPICA4.Template.FormContext)"]

formContext
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="formContext"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItem.AddHistoryData(System.Data.DataRow,CSC.SC.TOPICA4.Template.FormContext)"]

Return Value

Type: 
the datavalue of this DataNameBase derived object as a well formatted text
See Also