Search Results for

    Show / Hide Table of Contents

    Class ServerTaskResult

    The base class for holding the results of any task

    These results are serialisable so the results stored against the by a remote server can be viewed by a client when it is complete

    Any implementation must be marked with the ServerTaskResultAttribute so the system knows which type of IServerTask this result is used for
    Inheritance
    System.Object
    SerializedParam
    ServerTaskResult
    BlendProcessResult
    CompareDatabaseResults
    CustomObjectSaveProcessResult
    ExecuteQueryRunnerResult
    ExecuteReportResult
    ExportCSVResult
    ImportDataResult
    MultipleItemsResult
    ResetSystemRolesResults
    TransferProcessResult
    UpgradeDatabaseProcessProcessResult
    RevertTransactionResult
    Implements
    ICloneable
    Inherited Members
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.CopyFromParam(SerializedParam)
    SerializedParam.Clone()
    SerializedParam.CreateNewParam()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    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 abstract class ServerTaskResult : SerializedParam, ICloneable

    Implements

    ICloneable

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    ServerTaskResultAttribute
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.