Search Results for

    Show / Hide Table of Contents

    Class IDContextManager

    Verwaltet die Kontextbereiche zu Ablagen

    Inheritance
    System.Object
    IDContextManager
    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.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class IDContextManager

    Properties

    | Improve this Doc View Source

    Singleton

    Repräsentiert eine Instance von IDContextManager

    Declaration
    public static IDContextManager Singleton { get; }
    Property Value
    Type Description
    IDContextManager

    Methods

    | Improve this Doc View Source

    GetAreaByStackGuid(Guid)

    Gibt einen Kontextbereich anhand der Stack-Guid zurück

    Declaration
    public IDContextArea GetAreaByStackGuid(Guid StackGuid)
    Parameters
    Type Name Description
    System.Guid StackGuid

    Stack-Guid

    Returns
    Type Description
    IDContextArea

    Instanz eines Kontext-Bereiches

    | Improve this Doc View Source

    GetAreaControlByStackGuid(Guid)

    Gibt eine Instanz des Kontext-Bereich-Control zurück

    Declaration
    public IDContextAreaControl GetAreaControlByStackGuid(Guid StackGuid)
    Parameters
    Type Name Description
    System.Guid StackGuid

    Guid des Stacks in dessen Kontext das Control steht

    Returns
    Type Description
    IDContextAreaControl

    Instanz eines Kontext-Bereich-Controls

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx