Class CustomObjectSaveProcessResult
A custom object task result returned by the IServerTask. Holds the ICustomObject that was upgraded by the custom object 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 CustomObjectSaveProcessResult : ServerTaskResult, ICloneable, ICloneable<CustomObjectSaveProcessResult>
Properties
CustomObjectID
The ICustomObject that was upgraded by the custom object task (UNIQUE_TASK_ID)
Declaration
public Guid CustomObjectID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DatabaseUpgraded
Indicates if the changes to this custom object were processed by upgrading the database
Declaration
public bool DatabaseUpgraded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Clone()
Declaration
public CustomObjectSaveProcessResult Clone()
Returns
Type | Description |
---|---|
CustomObjectSaveProcessResult |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(CustomObjectSaveProcessResult)
Declaration
public void CopyFromSource(CustomObjectSaveProcessResult source)
Parameters
Type | Name | Description |
---|---|---|
CustomObjectSaveProcessResult | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |