Search Results for

    Show / Hide Table of Contents

    Class FlowEventArgs

    Inheritance
    System.Object
    FlowEventArgs
    OnCheckDirectoryContentEventArgs
    OnExecuteFlowEventArgs
    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.Event
    Assembly: Simplic.Flow.Event.dll
    Syntax
    public class FlowEventArgs

    Properties

    | Improve this Doc View Source

    EventName

    Declaration
    public string EventName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    Object

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

    ObjectId

    Declaration
    public object ObjectId { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    UserId

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