Class Context
Represents context
Inheritance
System.Object
Context
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class Context : object
Constructors
| Improve this Doc View SourceContext()
Constructor
Declaration
public Context()
Properties
| Improve this Doc View SourceGuid
Gets/Sets the uniquw id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets/Sets name of the context
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StackId
Gets/Sets the assigned Stack
Declaration
public Guid StackId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TableName
Gets/Sets the assigned Table
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |