Search Results for

    Show / Hide Table of Contents

    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 Source

    AllowChangeDueDate

    Gibt an, ob das "Fällig Am" Datum geändert werden darf

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

    Cancel

    Gibt an, ob der Vorgang abgebrochen werden soll

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

    DueDateTime

    Fällt-Am datum

    Declaration
    public DateTime? DueDateTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Notice

    Gibt die Notiz an

    Declaration
    public string Notice { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx