Click or drag to resize

PropertyEntry Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the PropertyEntry class.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PropertyEntry(
	Object key,
	Object value,
	string name = "",
	string description = "",
	dataPointImportance relevance = dataPointImportance.normal
)
Request Example View Source

Parameters

key
Type: SystemObject
The key.
value
Type: SystemObject
The value.
name (Optional)
Type: SystemString
Initial value for Display Name
description (Optional)
Type: SystemString
Initial description - overide of description found in value object
relevance (Optional)
Type: imbSCI.Core.enumsdataPointImportance
The relevance - override of info found in value
See Also