Class InstanceData
Represents the abstract class for a single instance data "instance"
Inheritance
System.Object
InstanceData
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 abstract class InstanceData
Properties
| Improve this Doc View SourceGuid
Id of the instance data entry
Declaration
public abstract Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackGuid
Unique id of the stack configuration (shoud be "static")
Declaration
public abstract Guid StackGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
StackName
Unique name of the stack configuration (should be "static")
Declaration
public abstract string StackName { get; }
Property Value
Type | Description |
---|---|
System.String |