Click or drag to resize

modelRecordParentBaseTInstance, TChildInstance, TChildRecordrecordStart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Records the start. Make sure to call [!:_recordStart] at beginning of the method

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public abstract void recordStart(
	string __testRunStamp,
	string __instanceID,
	params Object[] resources
)
Request Example View Source

Parameters

__testRunStamp
Type: SystemString
__instanceID
Type: SystemString
resources
Type: SystemObject

Implements

IModelParentRecordTInstance, TChildInstance, TChildRecordrecordStart(String, String, Object)
IModelStandalonerecordStart(String, String, Object)
IModelParentRecordrecordStart(String, String, Object)
See Also