| 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
)
Public Sub New (
value As T,
annotation As String
)
Parameters
- value
- Type: T
Actual data. - annotation
- Type: SystemString
Data annotation.
See Also