Class OpenSetNotificationWindowArgs
Inheritance
System.Object
OpenSetNotificationWindowArgs
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class OpenSetNotificationWindowArgs : object
Properties
| Improve this Doc View SourceAllowChangeDueDate
Gibt an, ob das "Fällig Am" Datum geändert werden darf
Declaration
public bool AllowChangeDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Cancel
Gibt an, ob der Vorgang abgebrochen werden soll
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DueDateTime
Fällt-Am datum
Declaration
public DateTime? DueDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Notice
Gibt die Notiz an
Declaration
public string Notice { get; set; }
Property Value
Type | Description |
---|---|
System.String |