Class AnnotationManager
Annotation manager
Inheritance
System.Object
    AnnotationManager
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class AnnotationManager : object
  Methods
| Improve this Doc View SourceGet(Guid)
Searches through all annotations for the one with the given guid
Declaration
public TextAnnotation Get(Guid guid)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | guid | The annotations guid  | 
      
Returns
| Type | Description | 
|---|---|
| TextAnnotation | The annotation, null if not found  | 
      
GetAll()
Get all annotations
Declaration
public IEnumerable<TextAnnotation> GetAll()
  Returns
| Type | Description | 
|---|---|
| IEnumerable<TextAnnotation> |