Search Results for

    Show / Hide Table of Contents

    Class ReportFlowEventArgs

    Flow event args

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

    Properties

    | Improve this Doc View Source

    BlobId

    Gets or sets the blob id

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

    FileExtension

    Gets or sets the file extension

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

    FlowIdentification

    Gets or sets the flow identification

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

    InstanceDataId

    Gets or sets the instance data id

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

    Payload

    Gets or sets the event payload

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

    ReportName

    Gets or sets the report name

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

    StackId

    Gets or sets the stack id

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