Search Results for

    Show / Hide Table of Contents

    Class StackBasedWindow

    StackBasedWindow dient als Basis für alle Fenster, welche auf Basis eines Instanzdatensatzes arbeiten. Beispiel-Implementierungen sind Win_Document oder Win_FileManagement

    Inheritance
    System.Object
    DefaultRibbonWindow
    StackBasedWindow
    BaseContextEditor
    StackBasedApplicationWindow<TModel, TViewModel, TService>
    Implements
    ISaveableLayout
    IFocusableControlBase
    Inherited Members
    DefaultRibbonWindow.OnWindowCommandAction
    DefaultRibbonWindow.PagingEvent
    DefaultRibbonWindow.ResetFocus()
    DefaultRibbonWindow.OnActivated(EventArgs)
    DefaultRibbonWindow.FindVisualChildren<T>(DependencyObject)
    DefaultRibbonWindow.ValidateUIControls()
    DefaultRibbonWindow.OnUIInitialized()
    DefaultRibbonWindow.RemoveCurrentPagingObject()
    DefaultRibbonWindow.CallWindowCommand(WindowCommand)
    DefaultRibbonWindow.OnOpenPageCall(WindowOpenPageEventArg)
    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.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class StackBasedWindow : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    StackBasedWindow()

    Constructor

    Declaration
    public StackBasedWindow()

    Fields

    | Improve this Doc View Source

    InvokeFlowEventsProperty

    Declaration
    public static readonly DependencyProperty InvokeFlowEventsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    AddAccessRights

    Gibt an, ob zugriffsrechte Verwendet werden sollen

    Declaration
    public bool AddAccessRights { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    AllowInstanceDataComment

    Gibt an, ob Instanzdatensätze kommentiert werden dürfen

    Declaration
    public bool AllowInstanceDataComment { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ArchiveTab

    Gets the archive tab instance.

    Declaration
    public RibbonTab ArchiveTab { get; }
    Property Value
    Type Description
    RibbonTab
    | Improve this Doc View Source

    EnableTenantSystem

    Gets or sets whether the tenant system is enabled or not.

    Declaration
    public bool EnableTenantSystem { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    InvokeFlowEvents

    Declaration
    public bool InvokeFlowEvents { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RefreshCommentControlAutomatically

    Gets or sets whether to automatically refresh the comment control when adding or viewing comments or not.

    Declaration
    public bool RefreshCommentControlAutomatically { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ReportTab

    Gets the report tab.

    Declaration
    public RadRibbonTab ReportTab { get; set; }
    Property Value
    Type Description
    RadRibbonTab
    | Improve this Doc View Source

    SecurityType

    Gibt an, welche Sicherheitsmechanismen angewendet werden sollen

    Declaration
    public StackSecurityType SecurityType { get; set; }
    Property Value
    Type Description
    StackSecurityType
    | Improve this Doc View Source

    SelectedTenantId

    Gets the selected tenant by ID.

    Declaration
    protected Guid SelectedTenantId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackGuid

    Guid der Ablage

    Declaration
    public Guid StackGuid { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackName

    Name der Ablage die als Basis der Maske dient

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackParameter

    Stack-Parameter setzten

    Declaration
    public DocCenterParameter StackParameter { get; set; }
    Property Value
    Type Description
    DocCenterParameter
    | Improve this Doc View Source

    UseAutoConnector

    Gibt an, ob AutoConnectoren verwendet werden sollen

    Declaration
    public bool UseAutoConnector { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseRegisterAssignment

    Gibt an, ob Register-Zuweisungen verwendet werden soll

    Declaration
    public bool UseRegisterAssignment { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    GetDeleteRestriction()

    Get restriction before deleting.

    Declaration
    protected override DeleteRestrictionResult GetDeleteRestriction()
    Returns
    Type Description
    DeleteRestrictionResult
    Overrides
    DefaultRibbonWindow.GetDeleteRestriction()
    | Improve this Doc View Source

    GetInstanceDataGuid()

    Holt die aktuelle Instance-Data-Guid

    Declaration
    public Guid GetInstanceDataGuid()
    Returns
    Type Description
    System.Guid

    Guid des Instanzdatensatzes

    | Improve this Doc View Source

    OnClosed(EventArgs)

    Call attachable close for all attachables

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    | Improve this Doc View Source

    OnCreateArchiveRibbon(RibbonTab)

    Will be called when the archive-tab is created

    Declaration
    protected virtual void OnCreateArchiveRibbon(RibbonTab archiveTab)
    Parameters
    Type Name Description
    RibbonTab archiveTab

    Archive tab instance

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    OnDelete überschreiben, muss in der Maske aufgerufen und überschrieben werden

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

    OnDocumentArchived(Guid)

    Will be called after a document was archived

    Declaration
    protected virtual void OnDocumentArchived(Guid documentId)
    Parameters
    Type Name Description
    System.Guid documentId

    Unique document id

    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    OnOpenPage überschrieben, muss in der Maske aufgerufen und überschrieben werden. Wird aufgerufen, wenn ein Datensatz geladen wird.

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

    OnOpenSetNotificationWindow(OpenSetNotificationWindowArgs)

    Wirf ausgeführt, bevor sich das Erinnern-Fesnter öffnet

    Declaration
    public virtual void OnOpenSetNotificationWindow(OpenSetNotificationWindowArgs e)
    Parameters
    Type Name Description
    OpenSetNotificationWindowArgs e

    Argument zum Einstellen des Dialogs

    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    OnSave überschrieben, muss in der Maske aufgerufen und überschrieben werden

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

    OnWindowModeChanged(WindowModeChangedArgs)

    Wird aufgerufen, wenn sich der Window-Mode ändernt und aktiviert oder deaktiviert Schaltflächen auf der Benutzeroberfläche

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

    SetInstanceDataGuid(Guid)

    Setzt die aktuelle Instance-Data-Guid

    Declaration
    public void SetInstanceDataGuid(Guid InstanceDataGuid)
    Parameters
    Type Name Description
    System.Guid InstanceDataGuid

    Guid des Instanzdatensatzes

    | Improve this Doc View Source

    SetStackParameter(DocCenterParameter)

    Setzt den aktuellen Stack-Parameter

    Declaration
    public void SetStackParameter(DocCenterParameter StackParameter)
    Parameters
    Type Name Description
    DocCenterParameter StackParameter

    Events

    | Improve this Doc View Source

    CommentWindowClosed

    Event which will be called when the comment window gets closed

    Declaration
    public event EventHandler CommentWindowClosed
    Event Type
    Type Description
    System.EventHandler

    Implements

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