Class InstanceData
Represents the abstract class for a single instance data "instance"
Inheritance
System.Object
InstanceData
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public abstract class InstanceData : object
Properties
| Improve this Doc View SourceGuid
Id of the instance data entry
Declaration
public abstract Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
StackGuid
Unique id of the stack configuration (shoud be "static")
Declaration
public abstract Guid StackGuid { get; }
Property Value
Type | Description |
---|---|
Guid |
StackName
Unique name of the stack configuration (should be "static")
Declaration
public abstract string StackName { get; }
Property Value
Type | Description |
---|---|
System.String |