Class Context
Represents context
Inheritance
System.Object
Context
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.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class Context
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 |
---|---|
System.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 |
---|---|
System.Guid |
TableName
Gets/Sets the assigned Table
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |