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 | |
ComputationSQL | 7 | ComputationSQL | |
ComputationFillInStatus | 8 | Computation of FillInStatus | |
ComputationMaxChars | 9 | Computation of MaxChars | |
SQLQuery | 10 | SQL query | |
PreProcess | 11 | Information about preprocessing to inform user about update | |
ConfigFile | 12 | Getting config file value |