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 SourceArgs
Declaration
public byte[] Args { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserId
Declaration
public int CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EventName
Declaration
public string EventName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |