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 SourceIDContextAreaControl(IDContextArea)
Constructor
Declaration
public IDContextAreaControl(IDContextArea ContextConfiguration)
Parameters
Type | Name | Description |
---|---|---|
IDContextArea | ContextConfiguration | Instanz einer Kontext-Bereich-Konfiguration |
Methods
| Improve this Doc View SourceCreate(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 |
Create(InstanceDataGrid)
Erstellt das Control
Declaration
public void Create(InstanceDataGrid ParentGrid)
Parameters
Type | Name | Description |
---|---|---|
InstanceDataGrid | ParentGrid |
Dispose()
Dispose object
Declaration
public void Dispose()
HasConfiguration()
Defines wether a contextconfiguration exists.
Declaration
public bool HasConfiguration()
Returns
Type | Description |
---|---|
System.Boolean | Returns true if context tabs exists |
Refresh()
Refresh the connected data to show
Declaration
public void Refresh()
RefreshOnNextSelect()
Set an flag, so that all tabs will be refreshed on it's next selection
Declaration
public void RefreshOnNextSelect()
Implements
IDisposable