Search Results for

    Show / Hide Table of Contents

    Class FlowInstanceModel

    Inheritance
    System.Object
    FlowInstanceModel
    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.FlowInstance
    Assembly: Simplic.FlowInstance.dll
    Syntax
    public class FlowInstanceModel

    Properties

    | Improve this Doc View Source

    CreateDateTime

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

    Data

    Declaration
    public byte[] Data { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    FlowConfigurationId

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

    Id

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

    IsAlive

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