Class AnnotationManager
Annotation manager
Inheritance
System.Object
AnnotationManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class AnnotationManager
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 |
---|---|---|
System.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 |
---|---|
System.Collections.Generic.IEnumerable<TextAnnotation> |