Click or drag to resize
TextDateTimeSetFromPreProcessed Method

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

Set dataValue from the pre processed data

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
protected override bool SetFromPreProcessed(
	FormContext context,
	bool updating
)

Parameters

context
Type: CSC.SC.TOPICA4.TemplateFormContext

[Missing <param name="context"/> documentation for "M:CSC.SC.TOPICA4.Template.TextDateTime.SetFromPreProcessed(CSC.SC.TOPICA4.Template.FormContext,System.Boolean)"]

updating
Type: SystemBoolean
Are we creating a new form or updating an existing (i.e. called form SetDefault1 og DataLoadSpecific)

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TextDateTime.SetFromPreProcessed(CSC.SC.TOPICA4.Template.FormContext,System.Boolean)"]

See Also