Class IDContextManager
Verwaltet die Kontextbereiche zu Ablagen
Inheritance
System.Object
IDContextManager
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class IDContextManager : object
Properties
| Improve this Doc View SourceSingleton
Repräsentiert eine Instance von IDContextManager
Declaration
public static IDContextManager Singleton { get; }
Property Value
| Type | Description |
|---|---|
| IDContextManager |
Methods
| Improve this Doc View SourceGetAreaByStackGuid(Guid)
Gibt einen Kontextbereich anhand der Stack-Guid zurück
Declaration
public IDContextArea GetAreaByStackGuid(Guid StackGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | StackGuid | Stack-Guid |
Returns
| Type | Description |
|---|---|
| IDContextArea | Instanz eines Kontext-Bereiches |
GetAreaControlByStackGuid(Guid)
Gibt eine Instanz des Kontext-Bereich-Control zurück
Declaration
public IDContextAreaControl GetAreaControlByStackGuid(Guid StackGuid)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | StackGuid | Guid des Stacks in dessen Kontext das Control steht |
Returns
| Type | Description |
|---|---|
| IDContextAreaControl | Instanz eines Kontext-Bereich-Controls |