Class RevertTransactionResult
A revert transaction task result returned by the IServerTask. Holds the IHeaderTransactionalEntity that was reverted by the revert transacition task (UNIQUE_TASK_ID)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Tasks
Assembly: API.dll
Syntax
[DataContract]
public class RevertTransactionResult : ServerTaskResult, ICloneable, ICloneable<RevertTransactionResult>
Properties
ID
The unique id of the IHeaderTransactionalEntity that was reverted back to InProgress
Declaration
public Guid ID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Type
The type of the transactional entity that was reverted
Declaration
public Guid Type { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Clone()
Declaration
public RevertTransactionResult Clone()
Returns
Type | Description |
---|---|
RevertTransactionResult |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(RevertTransactionResult)
Declaration
public void CopyFromSource(RevertTransactionResult source)
Parameters
Type | Name | Description |
---|---|---|
RevertTransactionResult | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |