Click or drag to resize

analyticJobRecord Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.project.records.analyticJobRecord"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      modelDataSet
        modelRecordBase
          modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord
            imbWEM.Core.project.recordsanalyticJobRecord

Namespace:  imbWEM.Core.project.records
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class analyticJobRecord : modelRecordParentBase<analyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord>, 
	IModelParentRecord, IModelStandalone, IModelRecord, IAppendDataFieldsExtended, IAppendDataFields, 
	IAutosaveEnabled, ILogable, IConsoleControl

The analyticJobRecord type exposes the following members.

Constructors
  NameDescription
Public methodanalyticJobRecord(analyticJob)
Initializes a new instance of the analyticJobRecord class
Public methodanalyticJobRecord(analyticJob, analyticProject, analyticJobRunFlags)
Initializes a new instance of the analyticJobRecord class
Top
Properties
  NameDescription
Public propertychildIndexCurrent (Inherited from modelRecordBase.)
Public propertychildInstance (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertychildRecord (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertychildren (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertydata
Global data shipped to report builder
Public propertydataCollectionExtendedList (Inherited from modelDataSet.)
Public propertyduration (Inherited from modelRecordBase.)
Protected propertyid_global (Inherited from modelRecordBase.)
Public propertyinstance (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertyinstanceID (Inherited from modelRecordBase.)
Protected propertyinstanceOrKeyData (Inherited from modelRecordBase.)
Protected propertyinstanceTypeInfo (Inherited from modelRecordBase.)
Protected propertyiTI (Inherited from modelRecordBase.)
Public propertyjob
Public propertylogBuilder (Inherited from modelDataSet.)
Public propertylogContent (Inherited from modelRecordBase.)
Public propertyname (Inherited from modelRecordBase.)
Public propertyparent (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertyreallyFinished (Inherited from modelRecordBase.)
Public propertyremarkFlags (Inherited from modelRecordBase.)
Public propertyrunFlags
Public propertysample
Public propertysampleBlockOrdinalNumber
Public propertysampleTable
Public propertysampleTakeLimit
Public propertysciProject
Reference to the sciProject instance
Public propertyspiderList
Public propertystartCallCount (Inherited from modelRecordBase.)
Public propertystartingThread (Inherited from modelRecordBase.)
Public propertystate (Inherited from modelRecordBase.)
Public propertytestRunStamp (Inherited from modelRecordBase.)
Public propertytGeneralRecord
Public propertytimeFinish (Inherited from modelRecordBase.)
Public propertytimeStart (Inherited from modelRecordBase.)
Public propertyUID (Inherited from modelRecordBase.)
Public propertyVAR_AllowAutoOutputToConsole (Overrides modelDataSet.VAR_AllowAutoOutputToConsole.)
Public propertyVAR_AllowInstanceToOutputToConsole (Inherited from modelRecordBase.)
Public propertyVAR_FilenameBase (Inherited from modelRecordBase.)
Public propertyVAR_FilenameExtension (Inherited from modelRecordBase.)
Public propertyVAR_FilenamePrefix (Inherited from modelRecordBase.)
Public propertyVAR_FolderPathForAutosave (Inherited from modelRecordBase.)
Public propertyVAR_LogPrefix (Overrides modelDataSet.VAR_LogPrefix.)
Public propertyVAR_RecordModeFlags (Overrides modelRecordBase.VAR_RecordModeFlags.)
Public propertyVAR_RegisterForAutosave (Inherited from modelRecordBase.)
Top
Methods
  NameDescription
Protected method_doOnRealFinish (Inherited from modelRecordBase.)
Public method_recordFinish (Inherited from modelRecordBase.)
Public method_recordStart (Inherited from modelRecordBase.)
Protected method_recordStartHandle (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodAppendDataFields(PropertyCollectionExtended)
Appends its data points into new or existing property collection
(Overrides modelDataSet.AppendDataFields(PropertyCollectionExtended).)
Public methodAppendDataFields(PropertyCollectionExtended, modelRecordFieldToAppendFlags) (Inherited from modelRecordBase.)
Public methoddatasetBuildOnFinish (Overrides modelRecordBase.datasetBuildOnFinish.)
Public methoddatasetBuildOnFinishDefault (Inherited from modelRecordBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodfinishChildRecord (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodgetChildRecord (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetChildRecords (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSummary
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodinitialize
Public methodinitialize(analyticJobRunFlags, analyticMacroBase)
Initializes the specified a flags.
Public methodinitializeSoft
Initializes the soft: sets sample collection (but still don't create wRecords), sets tRecord, and starts
Public methodlog (Inherited from modelRecordBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodrecordFinish
Records the finish. Make sure to call [!:_recordFinish] at the end of the method
(Overrides modelRecordParentBase.recordFinish(Object).)
Public methodrecordStart
Records the start. Make sure to call [!:_recordStart] at beginning of the method
(Overrides modelRecordParentBase.recordStart(String, String, Object).)
Public methodSetLogSerializable (Inherited from modelRecordBase.)
Public methodstartChildRecord (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodstartNextChildRecord (Inherited from modelRecordParentBaseanalyticJob, ISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Protected field_log (Inherited from modelDataSet.)
Protected field_logContent (Inherited from modelDataSet.)
Top
See Also

Reference

[!:imbReportingCore.data.modelRecords.modelRecordParentBase<imbAnalyticsEngine.project.analyticJob, imbAnalyticsEngine.spider.core.spiderEvaluatorBase, imbAnalyticsEngine.spider.model.modelSpiderTestRecord>]
IModelParentRecord