Search Results for

    Show / Hide Table of Contents

    Class IDContextAreaDataTab

    Represents a tab in the connected data area to visualize all connections to an instance data grid or a singe instance data

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

    Constructors

    | Improve this Doc View Source

    IDContextAreaDataTab()

    Constructor

    Declaration
    public IDContextAreaDataTab()

    Properties

    | Improve this Doc View Source

    ContextAreaInfo

    Get tab configuration

    Declaration
    public IDContext_Info ContextAreaInfo { get; }
    Property Value
    Type Description
    IDContext_Info
    | Improve this Doc View Source

    InInitializationMode

    Will be set to true, during initializing the context area tab

    Declaration
    public bool InInitializationMode { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RefreshOnNextSelection

    Gibt an, ob der bei der nächsten Auswahl das Grid aktualisiert werden soll

    Declaration
    public bool RefreshOnNextSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ConnectWithInstanceDataGrid(InstanceDataGrid)

    Connect the context-area with an instance data grid

    Declaration
    public void ConnectWithInstanceDataGrid(InstanceDataGrid parentInstanceDataGrid)
    Parameters
    Type Name Description
    InstanceDataGrid parentInstanceDataGrid

    Gird to show all connection to

    | Improve this Doc View Source

    ConnectWithInstanceDataGuid(Guid, Guid)

    Connect the context-area with an instance data guid

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

    Guid of the stack to show the connection to

    Guid instanceDataGuid

    Unique instance data guid

    | Improve this Doc View Source

    Dispose()

    Dispose Current Grid

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

    OnSelected(System.Windows.RoutedEventArgs)

    Declaration
    protected override void OnSelected(System.Windows.RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e
    | Improve this Doc View Source

    Refresh()

    Aktualisiert das Grid

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

    SetConfig(IDContext_Info)

    Set the configuration

    Declaration
    public void SetConfig(IDContext_Info contextAreaInfo)
    Parameters
    Type Name Description
    IDContext_Info contextAreaInfo

    Context area information / configuration

    Implements

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