 | analyticJobRecordAppendDataFields Method (PropertyCollectionExtended) |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Appends its data points into new or existing property collection
Namespace:
imbWEM.Core.project.records
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic override PropertyCollectionExtended AppendDataFields(
PropertyCollectionExtended data = null
)
Parameters
- data (Optional)
- Type: PropertyCollectionExtended
Property collection to add data into
Return Value
Type:
PropertyCollectionExtended
Updated or newly created property collection
Implements
IAppendDataFieldsExtended.AppendDataFields(PropertyCollectionExtended)IAppendDataFieldsExtended.AppendDataFields(PropertyCollectionExtended)
See Also