Class BlendProcessResult
A blended transaction task result returned by the IServerTask. Holds the IBlendTransaction that was recalculated by the blended 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.Results
Assembly: API.dll
Syntax
[DataContract]
public class BlendProcessResult : ServerTaskResult, ICloneable, ICloneable<BlendProcessResult>
Properties
BlendID
The IBlendTransaction that was recalculated by the blended transaction task (UNIQUE_TASK_ID)
Declaration
public Guid BlendID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
Clone()
Declaration
public BlendProcessResult Clone()
Returns
Type | Description |
---|---|
BlendProcessResult |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(BlendProcessResult)
Declaration
public void CopyFromSource(BlendProcessResult source)
Parameters
Type | Name | Description |
---|---|---|
BlendProcessResult | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |