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 SourceBlobId
Gets or sets the blob id
Declaration
public Guid BlobId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FileExtension
Gets or sets the file extension
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FlowIdentification
Gets or sets the flow identification
Declaration
public string FlowIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstanceDataId
Gets or sets the instance data id
Declaration
public Guid InstanceDataId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Payload
Gets or sets the event payload
Declaration
public object Payload { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ReportName
Gets or sets the report name
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StackId
Gets or sets the stack id
Declaration
public Guid StackId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |