Click or drag to resize

instanceWithRecordCollectionBaseT, TRecordSeachForRecord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the record using one of supplied arguments.

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public override TRecord SeachForRecord(
	T algorithm = null,
	string instanceID = ""
)
Request Example View Source

Parameters

algorithm (Optional)
Type: T
The algorithm.
instanceID (Optional)
Type: SystemString
Instance identifier - it will be tested against algorithm's name, Type name and against instanceID, UID

Return Value

Type: TRecord
See Also