Search Results for

    Show / Hide Table of Contents

    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 Source

    Get(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

    | Improve this Doc View Source

    GetAll()

    Get all annotations

    Declaration
    public IEnumerable<TextAnnotation> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TextAnnotation>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx