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 SourceIDContextAreaDataTab()
Constructor
Declaration
public IDContextAreaDataTab()
Properties
| Improve this Doc View SourceContextAreaInfo
Get tab configuration
Declaration
public IDContext_Info ContextAreaInfo { get; }
Property Value
Type | Description |
---|---|
IDContext_Info |
InInitializationMode
Will be set to true, during initializing the context area tab
Declaration
public bool InInitializationMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 SourceConnectWithInstanceDataGrid(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 |
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 |
Dispose()
Dispose Current Grid
Declaration
public void Dispose()
OnSelected(System.Windows.RoutedEventArgs)
Declaration
protected override void OnSelected(System.Windows.RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |
Refresh()
Aktualisiert das Grid
Declaration
public void Refresh()
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