MessageSource Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.Template
public enum MessageSource
Member name | Value | Description | |
---|---|---|---|
Initialization | 0 | Initialization problem (e.g. exception cought when initializing template item) | |
DataGet | 1 | DataGet problem (user entered illegal syntax in input field) | |
DataLoad | 2 | DataLoad problem (type of value read from database does not match expected type) | |
DataSave | 3 | DataSave problem (value could not be saved in database) | |
Validation | 4 | Validation (validation rule failed) | |
ComputationDefault | 5 | Computation of default value | |
ComputationVisible | 6 | Computation of visible status | |
ComputationCaption | 7 | Computation of Caption value (with embedded expression) | |
ComputationSQL | 8 | ComputationSQL | |
ComputationFillInStatus | 9 | Computation of FillInStatus | |
ComputationMaxChars | 10 | Computation of MaxChars | |
SQLQuery | 11 | SQL query | |
PreProcess | 12 | Information about preprocessing to inform user about update | |
ConfigFile | 13 | Getting config file value |