Click or drag to resize

AnnotatedDataItemT Constructor (T, String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public AnnotatedDataItem(
	T value,
	string annotation
)

Parameters

value
Type: T
Actual data.
annotation
Type: SystemString
Data annotation.
See Also