Class SerializedCommand
Provides a serialization wrapper for commands so that common properties are not embedded inside the command data.
public class SerializedCommand : ICommand
- Inheritance
-
SerializedCommand
- Implements
- Inherited Members
- Extension Methods
Constructors
SerializedCommand()
public SerializedCommand()
Properties
AggregateIdentifier
public Guid AggregateIdentifier { get; set; }
Property Value
BookmarkAdded
public DateTimeOffset? BookmarkAdded { get; set; }
Property Value
BookmarkExpired
public DateTimeOffset? BookmarkExpired { get; set; }
Property Value
CommandClass
public string CommandClass { get; set; }
Property Value
CommandData
public string CommandData { get; set; }
Property Value
CommandDescription
public string CommandDescription { get; set; }
Property Value
CommandIdentifier
public Guid CommandIdentifier { get; set; }
Property Value
CommandType
public string CommandType { get; set; }
Property Value
ExpectedVersion
public int? ExpectedVersion { get; set; }
Property Value
- int?
OriginOrganization
public Guid OriginOrganization { get; set; }
Property Value
OriginUser
public Guid OriginUser { get; set; }
Property Value
RecurrenceInterval
public int? RecurrenceInterval { get; set; }
Property Value
- int?
RecurrenceUnit
public string RecurrenceUnit { get; set; }
Property Value
RecurrenceWeekdays
public string RecurrenceWeekdays { get; set; }
Property Value
SendCancelled
public DateTimeOffset? SendCancelled { get; set; }
Property Value
SendCompleted
public DateTimeOffset? SendCompleted { get; set; }
Property Value
SendError
public string SendError { get; set; }
Property Value
SendScheduled
public DateTimeOffset? SendScheduled { get; set; }
Property Value
SendStarted
public DateTimeOffset? SendStarted { get; set; }
Property Value
SendStatus
public string SendStatus { get; set; }