Search Results for

    Show / Hide Table of Contents

    Class ResetAccountParameter

    The server task parameters for the reset roles/users/admin user calculation processs

    Inheritance
    System.Object
    SerializedParam
    ServerTaskParameter
    ResetAccountParameter
    Implements
    ICloneable
    ICloneable<ResetAccountParameter>
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ServerTaskParameter.ShouldAutomaticallyCreateTask(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowAutoCreateOnLockedItems
    ServerTaskParameter.DisplayUserParamOnSave(IHasSaveProcessingTask)
    ServerTaskParameter.AllowSaveWithNoChangesForTaskCreation(IHasSaveProcessingTask)
    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.Parameters
    Assembly: API.dll
    Syntax
    [DataContract]
    [ServerTaskParameters("Reset Account Roles/Menu/Admin User", "4CC1DE0F-0984-4DDB-BED5-13BE1330E815")]
    public class ResetAccountParameter : ServerTaskParameter, ICloneable, ICloneable<ResetAccountParameter>, INotifyPropertyChanged

    Fields

    UNIQUE_TASK_ID

    The unique id of the reset account roles calculation server task

    Declaration
    public const string UNIQUE_TASK_ID = "4CC1DE0F-0984-4DDB-BED5-13BE1330E815"
    Field Value
    Type Description
    System.String

    Properties

    AccountID

    The id of the account that the roles should be reset from. When run from the root account, this can reset other accounts in the system.

    Declaration
    public Guid AccountID { get; set; }
    Property Value
    Type Description
    System.Guid

    AccountID_Label

    The label of the account that the roles should be reset from. When run from the root account, this can reset other accounts in the system.

    Declaration
    public string AccountID_Label { get; set; }
    Property Value
    Type Description
    System.String

    ResetAdminLogin

    Holds the globally unique email login that this reset role process should reset the admin user to

    Declaration
    public string ResetAdminLogin { get; set; }
    Property Value
    Type Description
    System.String

    ResetAdminPassword

    Holds the password that this reset role process should reset the admin user password to

    Declaration
    public string ResetAdminPassword { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone()

    Declaration
    public ResetAccountParameter Clone()
    Returns
    Type Description
    ResetAccountParameter

    CopyFromParam(SerializedParam)

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

    CopyFromSource(ResetAccountParameter)

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

    CreateNewParam()

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

    GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)

    Returns that this is a reset account roles recalculation task against the specified blended transaction

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

    The server task for processing the reset roles task

    Returns
    Type Description
    System.String

    A string stating that this is a reset account roles recalculation task against the specified blended transaction

    Overrides
    ServerTaskParameter.GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    ICloneable
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged

    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.