Class FlowEventArgs
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 SourceEventName
Declaration
public string EventName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
Object
Declaration
public object Object { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ObjectId
Declaration
public object ObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |