IAnnotationService Interface |
Interface used to work with data annotations.
Namespace: Dundas.BI.Data.AnnotationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface IAnnotationService
Public Interface IAnnotationService
public interface class IAnnotationService
type IAnnotationService = interface end
The IAnnotationService type exposes the following members.
Methods| | Name | Description |
|---|
 | CreateAnnotation(Guid, Guid, AnnotationCreationOptionsWithCoordinates) |
Creates a textual annotation.
|
 | CreateAnnotation(Guid, Guid, AnnotationCreationOptionsWithCoordinates, Task) |
Creates a textual annotation.
|
 | CreateAnnotation(Guid, Guid, String, IEnumerableSingleNumberValue, IEnumerableSingleMemberValue, IEnumerableParameterValue, Boolean) |
Creates a textual annotation.
|
 | DeleteAnnotation | Deletes the specified annotation. |
 | GetAnnotation |
Gets the annotation by its ID.
|
 | ReplyAnnotation(Guid, AnnotationCreationOptions) |
Creates the reply annotation.
|
 | ReplyAnnotation(Guid, String) |
Creates the reply annotation.
|
 | ReplyAnnotation(Guid, AnnotationCreationOptions, Task) |
Creates the reply annotation.
|
 | RetrieveAnnotations |
Retrieves the annotations.
|
Top
See Also