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 SourceConfigurationDisplayName
Anzeigename der Konfiugration
Declaration
public string ConfigurationDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConfigurationInternName
Interner Name der Konfiguration
Declaration
public string ConfigurationInternName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedByDisplayName
Gets or sets the created by display name
Declaration
public string CreatedByDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayDueDateTime
Gibt den Anzeigetext des Fällig-Am Datums aus
Declaration
public string DisplayDueDateTime { get; }
Property Value
Type | Description |
---|---|
System.String |
DueDateTime
Getter/Setter Fällig am
Declaration
public DateTime DueDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExternId
Indetifikation des Datensatzes
Declaration
public Guid ExternId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Note
Notiz zu dieser Erinnerung
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notice
Notiz-Text
Declaration
public string Notice { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemindDateTime
Erinnerungsdatum, wir aus dem DueDate
Declaration
public DateTime RemindDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
RemindMinutesBefore
Minuten bevor Fällt am
Declaration
public int RemindMinutesBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UseExchangeSync
Getter/Setter exchange sync verwenden
Declaration
public bool UseExchangeSync { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserId
BenutzerId, dem die Notification gehört
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEquals(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)