analyticJobRecord Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.project.records.analyticJobRecord"]
Namespace: imbWEM.Core.project.records
public class analyticJobRecord : modelRecordParentBase<analyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord>, IModelParentRecord, IModelStandalone, IModelRecord, IAppendDataFieldsExtended, IAppendDataFields, IAutosaveEnabled, ILogable, IConsoleControl
The analyticJobRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| analyticJobRecord(analyticJob) | Initializes a new instance of the analyticJobRecord class | |
| analyticJobRecord(analyticJob, analyticProject, analyticJobRunFlags) | Initializes a new instance of the analyticJobRecord class |
| Name | Description | |
|---|---|---|
| childIndexCurrent | (Inherited from modelRecordBase.) | |
| childInstance | (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| childRecord | (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| children | The sub instance record collection. Collection index is -1 late to the real childRecord and childInstance (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| data |
Global data shipped to report builder
| |
| dataCollectionExtendedList | DataField sets stored at record Finish call (Inherited from modelDataSet.) | |
| duration | (Inherited from modelRecordBase.) | |
| instance | (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| instanceID |
Human readable instanceID before generation of UID
(Inherited from modelRecordBase.) | |
| job | ||
| logBuilder |
Log creator
(Inherited from modelDataSet.) | |
| logContent |
Gets the content of the log. Make sure that state is finished before trying to get the log content
(Inherited from modelRecordBase.) | |
| name | (Inherited from modelRecordBase.) | |
| parent | (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| reallyFinished | (Inherited from modelRecordBase.) | |
| remarkFlags |
Remarks about algorithm execution and/or results
(Inherited from modelRecordBase.) | |
| runFlags | ||
| sample | ||
| sampleBlockOrdinalNumber | ||
| sampleTable | ||
| sampleTakeLimit | ||
| sciProject |
Reference to the sciProject instance
| |
| spiderList | ||
| startCallCount |
Number of start calls
(Inherited from modelRecordBase.) | |
| startingThread | (Inherited from modelRecordBase.) | |
| state | (Inherited from modelRecordBase.) | |
| testRunStamp |
Runstamp of test being recorded
(Inherited from modelRecordBase.) | |
| tGeneralRecord | ||
| timeFinish |
The moment of [!:recordFinish] call.
(Inherited from modelRecordBase.) | |
| timeStart |
The moment of [!:recordStart] call.
(Inherited from modelRecordBase.) | |
| UID |
Auto-generated UID based on instanceID, typesignature and start time
(Inherited from modelRecordBase.) | |
| VAR_AllowAutoOutputToConsole | (Overrides modelDataSet.VAR_AllowAutoOutputToConsole.) | |
| VAR_AllowInstanceToOutputToConsole | (Inherited from modelRecordBase.) | |
| VAR_FilenameBase |
The root base of filename (without extension) for autosave.
(Inherited from modelRecordBase.) | |
| VAR_FilenameExtension |
Gets the variable filename extension.
(Inherited from modelRecordBase.) | |
| VAR_FilenamePrefix |
Gets the variable filename prefix to be used
(Inherited from modelRecordBase.) | |
| VAR_FolderPathForAutosave |
Gets the variable folder path for autosave.
(Inherited from modelRecordBase.) | |
| VAR_LogPrefix | (Overrides modelDataSet.VAR_LogPrefix.) | |
| VAR_RecordModeFlags | (Overrides modelRecordBase.VAR_RecordModeFlags.) | |
| VAR_RegisterForAutosave |
Gets a value indicating whether the instance should be registered for autosave call on application close
(Inherited from modelRecordBase.) |
| Name | Description | |
|---|---|---|
| _recordFinish |
Records the finish.
(Inherited from modelRecordBase.) | |
| _recordStart |
Records the start.
(Inherited from modelRecordBase.) | |
| AppendDataFields(PropertyCollectionExtended) |
Appends its data points into new or existing property collection
(Overrides modelDataSet.AppendDataFields(PropertyCollectionExtended).) | |
| AppendDataFields(PropertyCollectionExtended, modelRecordFieldToAppendFlags) |
Appends the data fields.
(Inherited from modelRecordBase.) | |
| datasetBuildOnFinish | (Overrides modelRecordBase.datasetBuildOnFinish.) | |
| datasetBuildOnFinishDefault |
Default dataset build - intended for mid-level class overload
(Inherited from modelRecordBase.) | |
| Equals | (Inherited from Object.) | |
| finishChildRecord | (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| getChildRecord |
Gets the child record - without starting it and without setting the childRecord nor childInstance. It is thread safe.
(Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| GetChildRecords |
Collects all first-level children and sends as ListT (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSummary | ||
| GetType | (Inherited from Object.) | |
| initialize | ||
| initialize(analyticJobRunFlags, analyticMacroBase) |
Initializes the specified a flags.
| |
| initializeSoft |
Initializes the soft: sets sample collection (but still don't create wRecords), sets tRecord, and starts
| |
| log |
Logs the specified message.
(Inherited from modelRecordBase.) | |
| OnPropertyChanged |
Called when a property is changed.
(Inherited from dataBindableBase.) | |
| recordFinish |
Records the finish. Make sure to call [!:_recordFinish] at the end of the method
(Overrides modelRecordParentBase.recordFinish(Object).) | |
| recordStart |
Records the start. Make sure to call [!:_recordStart] at beginning of the method
(Overrides modelRecordParentBase.recordStart(String, String, Object).) | |
| SetLogSerializable |
Dumps its data into Serializable tween
(Inherited from modelRecordBase.) | |
| startChildRecord |
Starts the child record -- creates instance, record and sets parent
(Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| startNextChildRecord |
Starts the next child record - method for iterative call
(Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from dataBindableBase.) |