Search Results for

    Show / Hide Table of Contents

    Class GroupedTransactionProcessParameter

    Inheritance
    object
    SerializedParam
    ServerTaskParameter
    ItemParameter
    GroupedTransactionProcessParameter
    Implements
    ICloneable
    INotifyPropertyChanged
    ICloneable<GroupedTransactionProcessParameter>
    Inherited Members
    ItemParameter.OnPropChanged(string)
    ItemParameter.ID
    ItemParameter.ID_Label
    ItemParameter.PropertyChanged
    ServerTaskParameter.ShouldAutomaticallyCreateTask(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.DisplayUserParamOnSave(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowSaveWithNoChangesForTaskCreation(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowAutoCreateOnLockedItems
    SerializedParam.GetParam<T>(string)
    SerializedParam.GetParam<T>(byte[])
    SerializedParam.GetParam(string)
    SerializedParam.GetParam(string, bool)
    SerializedParam.GetParam(byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Tasks.Parameters
    Assembly: LemonEdge.API.Core.FinancialServices.dll
    Syntax
    [DataContract]
    public class GroupedTransactionProcessParameter : ItemParameter, ICloneable, INotifyPropertyChanged, ICloneable<GroupedTransactionProcessParameter>

    Constructors

    GroupedTransactionProcessParameter()

    Declaration
    public GroupedTransactionProcessParameter()

    GroupedTransactionProcessParameter(IBaseEntity)

    Declaration
    public GroupedTransactionProcessParameter(IBaseEntity item)
    Parameters
    Type Name Description
    IBaseEntity item

    Fields

    UNIQUE_TASK_ID

    Declaration
    public const string UNIQUE_TASK_ID = "5D2FF708-B0F8-4977-984F-71659F60422A"
    Field Value
    Type Description
    string

    _groupedTransactionID

    Declaration
    [DataMember]
    public Guid _groupedTransactionID
    Field Value
    Type Description
    Guid

    _groupedTransactionID_Label

    Declaration
    [DataMember]
    public string _groupedTransactionID_Label
    Field Value
    Type Description
    string

    _includeFinalized

    Declaration
    [DataMember]
    public bool _includeFinalized
    Field Value
    Type Description
    bool

    _order

    Declaration
    [DataMember]
    public GroupedTransactionProcessingOrder _order
    Field Value
    Type Description
    GroupedTransactionProcessingOrder

    _reprocessAllTransactions

    Declaration
    [DataMember]
    public bool _reprocessAllTransactions
    Field Value
    Type Description
    bool

    _updateAllStatuses

    Declaration
    [DataMember]
    public bool _updateAllStatuses
    Field Value
    Type Description
    bool

    _updateAllTransactionDateToGroupedTransactionDate

    Declaration
    [DataMember]
    public bool _updateAllTransactionDateToGroupedTransactionDate
    Field Value
    Type Description
    bool

    _updateToStatus

    Declaration
    [DataMember]
    public TransactionStatus _updateToStatus
    Field Value
    Type Description
    TransactionStatus

    Properties

    GroupedTransactionID

    Declaration
    public Guid GroupedTransactionID { get; set; }
    Property Value
    Type Description
    Guid

    GroupedTransactionID_Label

    Declaration
    public string GroupedTransactionID_Label { get; set; }
    Property Value
    Type Description
    string

    IncludeFinalized

    Declaration
    public bool IncludeFinalized { get; set; }
    Property Value
    Type Description
    bool

    Order

    Declaration
    public GroupedTransactionProcessingOrder Order { get; set; }
    Property Value
    Type Description
    GroupedTransactionProcessingOrder

    ReprocessAllTransactions

    Declaration
    public bool ReprocessAllTransactions { get; set; }
    Property Value
    Type Description
    bool

    UpdateAllStatuses

    Declaration
    public bool UpdateAllStatuses { get; set; }
    Property Value
    Type Description
    bool

    UpdateAllTransactionDateToGroupedTransactionDate

    Declaration
    public bool UpdateAllTransactionDateToGroupedTransactionDate { get; set; }
    Property Value
    Type Description
    bool

    UpdateToStatus

    Declaration
    public TransactionStatus UpdateToStatus { get; set; }
    Property Value
    Type Description
    TransactionStatus

    Methods

    Clone()

    Creates a new instance of this class (of type GroupedTransactionProcessParameter) with all the same property values as this instance

    Declaration
    public GroupedTransactionProcessParameter Clone()
    Returns
    Type Description
    GroupedTransactionProcessParameter

    A new instance of this class with all the same property values as this instance

    CopyFromParam(SerializedParam)

    Should be overridden by inheriting implementations to ensure all parameters values are copied from the specified source

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

    The source instance of a SerializedParam that is of the same type as this one to copy parameter values from

    Overrides
    ItemParameter.CopyFromParam(SerializedParam)
    Remarks

    Used by the generic implementation of Clone()

    CopyFromSource(GroupedTransactionProcessParameter)

    Updates all properties in this item to have the same properties as the source object.

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

    The source object to copy all values from.

    CreateNewParam()

    Must be implemented by inheriting classes to provide a new instance of the current class type.

    Used when cloning this SerializedParam to create a new instance of the same type

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam

    A new instance of the current SerializedParam type

    Overrides
    SerializedParam.CreateNewParam()

    GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)

    Returns a user friendly string for the type of task being processed that these parameters work against

    Declaration
    public override string GetUserFriendlyTaskInstanceIdentityInfo(IServerTask task)
    Parameters
    Type Name Description
    IServerTask task

    An instance of a task that these parameters work for

    Returns
    Type Description
    string

    A user friendly string for the type of task being processed that these parameters work against

    Overrides
    ServerTaskParameter.GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)

    Implements

    ICloneable
    INotifyPropertyChanged
    ICloneable<T>

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.