Search Results for

    Show / Hide Table of Contents

    Class EventQueueModel

    Inheritance
    System.Object
    EventQueueModel
    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.Flow.EventQueue
    Assembly: Simplic.Flow.EventQueue.dll
    Syntax
    public class EventQueueModel

    Properties

    | Improve this Doc View Source

    Args

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

    CreateDateTime

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

    CreateUserId

    Declaration
    public int CreateUserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EventName

    Declaration
    public string EventName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Id

    Gets or sets the id of the event. In general this will be the event finger print (event name and object id)

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