 | modelRecordFieldToAppendFlags Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
imbSCI.DataComplex.data.modelRecords
Assembly:
imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| identification | 1 |
The identification: record title, record description, instance classname, state, runstamp, UID, instace-ID, log size...
|
| modelRecordCommonData | 2 |
The model record common data, IModelRecord properties: i.e. start time, end time, duration, remarkFlags |
| modelRecordLogData | 4 |
Data from [!:imbACE.Core.core.builderForLog.AppendDataFields(imbSCI.Data.collection.PropertyCollectionExtended)] : log size statistics and exceptions detected
|
| modelRecordInstanceData | 8 |
The model record instance data
|
| commonData | 16 |
The common data:
|
| algorithmShared | 32 |
The algorithm shared:
|
| algorithmSpecifics | 64 | |
| algorithmCalculated | 128 | |
| all | 251 | |
See Also