Class IDContextManager
Verwaltet die Kontextbereiche zu Ablagen
Inheritance
System.Object
IDContextManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class IDContextManager
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 |
---|---|---|
System.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 |
---|---|---|
System.Guid | StackGuid | Guid des Stacks in dessen Kontext das Control steht |
Returns
Type | Description |
---|---|
IDContextAreaControl | Instanz eines Kontext-Bereich-Controls |