Click or drag to resize

AnnotatedDataItemT Class

Represents an annotated data item.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ModelAnnotatedDataItemT

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class AnnotatedDataItem<T> : IAnnotatable

Type Parameters

T
Data item type.

The AnnotatedDataItemT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAnnotation
Gets or sets data annotation.
Public propertyData
Gets or sets actual data.
Top
Methods
  NameDescription
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
See Also