Click or drag to resize

testDefinitionAppendDataFields Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends its data points into new or existing property collection

Namespace:  imbSCI.DataComplex.tests
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public PropertyCollectionExtended AppendDataFields(
	PropertyCollectionExtended data = null
)
Request Example View Source

Parameters

data (Optional)
Type: imbSCI.Core.collectionPropertyCollectionExtended
Property collection to add data into

Return Value

Type: PropertyCollectionExtended
Updated or newly created property collection

Implements

IAppendDataFieldsExtendedAppendDataFields(PropertyCollectionExtended)
See Also