Click or drag to resize

ModelManagerGetAnnotatedDataType Method (IAnnotatable)

Returns the data type of an annotated data item.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static Type GetAnnotatedDataType(
	IAnnotatable annotatable
)

Parameters

annotatable
Type: Dynamicweb.Analytics.ModelIAnnotatable
Annotated data item.

Return Value

Type: Type
Data type of an annotated data item.
Exceptions
ExceptionCondition
ArgumentNullExceptionannotatable is null.
See Also