CreateAnnotationOptions Class

Options class for creating an Annotation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsCreateAnnotationOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class CreateAnnotationOptions

The CreateAnnotationOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateAnnotationOptions
Initializes a new instance of the CreateAnnotationOptions class.
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the annotation text.
Public propertyIsPublic
Gets or sets a value indicating whether this instance is public.
Public propertyMeasureValue
Gets or sets the measure value.
Public propertyMetricSetId
Gets or sets the ID of the metric set.
Public propertyParameterValues
Gets the parameter values.
Public propertyPrivileges
Gets list of privileges for the annotation.
Public propertyRenderedMembers
Gets the rendered members.
Public propertyViewId
Gets or sets the ID of the view.
Top
See Also