Class SetNotificationWindow
Interaktionslogik für NotificationWindow.xaml
Inheritance
System.Object
SetNotificationWindow
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 | |
Guid | ExternId | |
System.Int32 | UserId | |
System.String | NoticeText | |
System.Nullable<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 |