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 IServerTask.TaskResult 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
    object
    SerializedParam
    ServerTaskResult
    ObjectEntityTypeProcessResult
    PeriodEndProcessResult
    UpdateTransactionTypesResult
    AlgorithmResult
    BlendProcessResult
    CanvasResult
    CodeSnippetProcessResult
    CompareDatabaseResults
    CustomObjectSaveProcessResult
    ExecuteQueryRunnerResult
    ExecuteReportResult
    ExportCSVResult
    FinaliseTransactionsResult
    GroupedTransactionProcessResult
    ImportDataResult
    MultipleItemsResult
    ReconcilliationResult
    ResetSystemRolesResults
    RevertTransactionResult
    SQLWrapperDatasetUsageResult
    SplitProcessResult
    StepChangeProcessResult
    TransferProcessResult
    UpgradeDatabaseProcessProcessResult
    Implements
    ICloneable
    Inherited Members
    SerializedParam.GetParam<T>(string)
    SerializedParam.GetParam<T>(byte[])
    SerializedParam.GetParam(string)
    SerializedParam.GetParam(string, bool)
    SerializedParam.GetParam(byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.CopyFromParam(SerializedParam)
    SerializedParam.Clone()
    SerializedParam.CreateNewParam()
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Tasks
    Assembly: LemonEdge.API.dll
    Syntax
    [DataContract]
    public abstract class ServerTaskResult : SerializedParam, ICloneable

    Constructors

    ServerTaskResult()

    Declaration
    protected ServerTaskResult()

    Implements

    ICloneable

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    ServerTaskResultAttribute
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.