Search Results for

    Show / Hide Table of Contents

    Class NotificationObject

    Repräsentiert eine Erinnerung

    Inheritance
    System.Object
    NotificationObject
    Inherited Members
    System.Object.ToString()
    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.Notification
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class NotificationObject

    Properties

    | Improve this Doc View Source

    ConfigurationDisplayName

    Anzeigename der Konfiugration

    Declaration
    public string ConfigurationDisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ConfigurationInternName

    Interner Name der Konfiguration

    Declaration
    public string ConfigurationInternName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CreatedByDisplayName

    Gets or sets the created by display name

    Declaration
    public string CreatedByDisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayDueDateTime

    Gibt den Anzeigetext des Fällig-Am Datums aus

    Declaration
    public string DisplayDueDateTime { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DueDateTime

    Getter/Setter Fällig am

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

    ExternId

    Indetifikation des Datensatzes

    Declaration
    public Guid ExternId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Note

    Notiz zu dieser Erinnerung

    Declaration
    public string Note { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Notice

    Notiz-Text

    Declaration
    public string Notice { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RemindDateTime

    Erinnerungsdatum, wir aus dem DueDate

    Declaration
    public DateTime RemindDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    RemindMinutesBefore

    Minuten bevor Fällt am

    Declaration
    public int RemindMinutesBefore { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UseExchangeSync

    Getter/Setter exchange sync verwenden

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

    UserId

    BenutzerId, dem die Notification gehört

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Überschriebene Equals methode, vergleicht ConfigurationInternName, ExternId und UserId

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx