Search Results for

    Show / Hide Table of Contents

    Class ExternAccountEditor

    Interaction logic for the external account editor

    Inheritance
    System.Object
    DefaultRibbonWindow
    ExternAccountEditor
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.GetDeleteRestriction()
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    DefaultRibbonWindow.OnWindowModeChanged(WindowModeChangedArgs)
    DefaultRibbonWindow.OnPaging(WindowPagingEventArg)
    DefaultRibbonWindow.AddPagingObject(Object)
    DefaultRibbonWindow.FindChild<T>(String)
    DefaultRibbonWindow.FindChildByParent<T>(DependencyObject, String)
    DefaultRibbonWindow.UseLocking
    DefaultRibbonWindow.MessageLabelProperty
    DefaultRibbonWindow.MessageLabel
    DefaultRibbonWindow.AllowSave
    DefaultRibbonWindow.AllowDelete
    DefaultRibbonWindow.AllowPaging
    DefaultRibbonWindow.CloseWithEscape
    DefaultRibbonWindow.WindowMode
    DefaultRibbonWindow.PagingObjects
    DefaultRibbonWindow.CurrentPagingIndex
    DefaultRibbonWindow.CurrentObject
    DefaultRibbonWindow.CloseMessage
    DefaultRibbonWindow.DeleteMessage
    DefaultRibbonWindow.AutoSaveBeforePaging
    DefaultRibbonWindow.RadRibbonView
    DefaultRibbonWindow.RadRibbonHomeTab
    DefaultRibbonWindow.RadRibbonLayoutTab
    DefaultRibbonWindow.RadRibbonSecurityTab
    DefaultRibbonWindow.RadRibbonDataGroup
    DefaultRibbonWindow.FreeEventsOnClosed
    DefaultRibbonWindow.LayoutContext
    DefaultRibbonWindow.ShowSaveDialog
    DefaultRibbonWindow.HasNoOwner
    DefaultRibbonWindow.ResetByTabIndex
    DefaultRibbonWindow.LocalizationService
    DefaultRibbonWindow.IsBusy
    DefaultRibbonWindow.FocusOnStart
    Namespace: Simplic.Framework.Base
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class ExternAccountEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    ExternAccountEditor()

    Initialize editor

    Declaration
    public ExternAccountEditor()

    Properties

    | Improve this Doc View Source

    Current

    Get current datacontext as ExternAccount

    Declaration
    public ExternAccount Current { get; }
    Property Value
    Type Description
    ExternAccount

    Methods

    | Improve this Doc View Source

    Edit(Guid)

    Edit an existing external account

    Declaration
    public void Edit(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique account id

    | Improve this Doc View Source

    New(Int32)

    Create new extern account for the given user

    Declaration
    public void New(int userId)
    Parameters
    Type Name Description
    System.Int32 userId

    User id

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete account

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    Overrides
    DefaultRibbonWindow.OnDelete(WindowDeleteEventArg)
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Open account

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    Overrides
    DefaultRibbonWindow.OnOpenPage(WindowOpenPageEventArg)
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save account

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    Overrides
    DefaultRibbonWindow.OnSave(WindowSaveEventArg)

    Implements

    ISaveableLayout
    IFocusableControlBase
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx