Search Results for

    Show / Hide Table of Contents

    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 Source

    Guid

    Id of the instance data entry

    Declaration
    public abstract Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackGuid

    Unique id of the stack configuration (shoud be "static")

    Declaration
    public abstract Guid StackGuid { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackName

    Unique name of the stack configuration (should be "static")

    Declaration
    public abstract string StackName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx