Class SetNotificationWindow
Interaktionslogik für NotificationWindow.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.Notification
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SetNotificationWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceSetNotificationWindow(String, Guid, Int32, String, Nullable<DateTime>, Boolean, String)
Constructor
Declaration
public SetNotificationWindow(string InternName, Guid ExternId, int UserId, string NoticeText, DateTime? DefaultDueDate = null, bool CanChangeDueDate = true, string Note = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | InternName | |
System.Guid | ExternId | |
System.Int32 | UserId | |
System.String | NoticeText | |
System.Nullable<System.DateTime> | DefaultDueDate | |
System.Boolean | CanChangeDueDate | |
System.String | Note |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Overrides
Implements
ISaveableLayout
IFocusableControlBase