Class CompareDatabaseResults
A compare database task result returned by the IServerTask. Holds the file name of the result of the database comparrison that was recalculated by the compare database 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 CompareDatabaseResults : ServerTaskResult, ICloneable, ICloneable<CompareDatabaseResults>
Constructors
CompareDatabaseResults()
Declaration
public CompareDatabaseResults()
Properties
FileName
The name of the file that is stored in the IStorageManager containg the results of the database comparrison
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasFile
Indicates if there is a file holding comparrison results. If the databases have the same data then there is no file generated. It only exists if there are differences
Declaration
public bool HasFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Clone()
Declaration
public CompareDatabaseResults Clone()
Returns
Type | Description |
---|---|
CompareDatabaseResults |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(CompareDatabaseResults)
Declaration
public void CopyFromSource(CompareDatabaseResults source)
Parameters
Type | Name | Description |
---|---|---|
CompareDatabaseResults | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |