Class IDContextArea
Stellt einen Kontextbereich dar
Inheritance
System.Object
IDContextArea
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class IDContextArea : ICacheable
Constructors
| Improve this Doc View SourceIDContextArea(Guid)
Constructor
Declaration
public IDContextArea(Guid StackGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | StackGuid | Guid of the Stack |
Properties
| Improve this Doc View SourceContextInfos
Declaration
public IList<IDContext_Info> ContextInfos { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IDContext_Info> |
Key
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnRemove()
Declaration
public void OnRemove()