Class OpenSetNotificationWindowArgs
Inheritance
System.Object
OpenSetNotificationWindowArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class OpenSetNotificationWindowArgs
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<System.DateTime> |
Notice
Gibt die Notiz an
Declaration
public string Notice { get; set; }
Property Value
Type | Description |
---|---|
System.String |