Search Results for

    Show / Hide Table of Contents

    Class IDContextAreaControl

    Inheritance
    System.Object
    IDContextAreaControl
    Implements
    IDisposable
    Namespace: Simplic.Framework.Extension
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class IDContextAreaControl : ContentControl

    Constructors

    | Improve this Doc View Source

    IDContextAreaControl(IDContextArea)

    Constructor

    Declaration
    public IDContextAreaControl(IDContextArea ContextConfiguration)
    Parameters
    Type Name Description
    IDContextArea ContextConfiguration

    Instanz einer Kontext-Bereich-Konfiguration

    Methods

    | Improve this Doc View Source

    Create(Guid, Guid)

    Create context area and show the connection to a specific instance data guid

    Declaration
    public void Create(Guid stackGuid, Guid instanceDataGuid)
    Parameters
    Type Name Description
    Guid stackGuid

    Guid of the stack where the instance data belongs to

    Guid instanceDataGuid

    Instance data guid to show the connection to

    | Improve this Doc View Source

    Create(InstanceDataGrid)

    Erstellt das Control

    Declaration
    public void Create(InstanceDataGrid ParentGrid)
    Parameters
    Type Name Description
    InstanceDataGrid ParentGrid
    | Improve this Doc View Source

    Dispose()

    Dispose object

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    HasConfiguration()

    Defines wether a contextconfiguration exists.

    Declaration
    public bool HasConfiguration()
    Returns
    Type Description
    System.Boolean

    Returns true if context tabs exists

    | Improve this Doc View Source

    Refresh()

    Refresh the connected data to show

    Declaration
    public void Refresh()
    | Improve this Doc View Source

    RefreshOnNextSelect()

    Set an flag, so that all tabs will be refreshed on it's next selection

    Declaration
    public void RefreshOnNextSelect()

    Implements

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