Search Results for

    Show / Hide Table of Contents

    Class TriggerActionResults

    A trigger action task result returned by the IServerTask. Holds the multiple items that were triggered by the trigger action task (UNIQUE_TASK_ID)

    Inheritance
    System.Object
    SerializedParam
    ServerTaskResult
    MultipleItemsResult
    TriggerActionResults
    Implements
    ICloneable
    ICloneable<MultipleItemsResult>
    ICloneable<TriggerActionResults>
    Inherited Members
    MultipleItemsResult.TypeIDs
    MultipleItemsResult.ID
    MultipleItemsResult.CopyFromSource(MultipleItemsResult)
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    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.Results
    Assembly: API.dll
    Syntax
    [DataContract]
    public class TriggerActionResults : MultipleItemsResult, ICloneable, ICloneable<MultipleItemsResult>, ICloneable<TriggerActionResults>

    Methods

    Clone()

    Declaration
    public TriggerActionResults Clone()
    Returns
    Type Description
    TriggerActionResults

    CopyFromParam(SerializedParam)

    Declaration
    protected override void CopyFromParam(SerializedParam source)
    Parameters
    Type Name Description
    SerializedParam source
    Overrides
    MultipleItemsResult.CopyFromParam(SerializedParam)

    CopyFromSource(TriggerActionResults)

    Declaration
    public void CopyFromSource(TriggerActionResults source)
    Parameters
    Type Name Description
    TriggerActionResults source

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    SerializedParam.CreateNewParam()

    Implements

    ICloneable
    ICloneable<T>
    ICloneable<T>

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.