Click or drag to resize
MessageSource Enumeration

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

Origin of errors/messages

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public enum MessageSource
Members
  Member nameValueDescription
Initialization0 Initialization problem (e.g. exception cought when initializing template item)
DataGet1 DataGet problem (user entered illegal syntax in input field)
DataLoad2 DataLoad problem (type of value read from database does not match expected type)
DataSave3 DataSave problem (value could not be saved in database)
Validation4 Validation (validation rule failed)
ComputationDefault5 Computation of default value
ComputationVisible6 Computation of visible status
ComputationSQL7 ComputationSQL
ComputationFillInStatus8 Computation of FillInStatus
ComputationMaxChars9 Computation of MaxChars
SQLQuery10 SQL query
PreProcess11 Information about preprocessing to inform user about update
ConfigFile12 Getting config file value
See Also