Class Notification_Info
Inheritance
System.Object
Notification_Info
Implements
System.ComponentModel.INotifyPropertyChanged
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()
Assembly: Simplic.Framework.Model.dll
Syntax
public class Notification_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Notification_Info(SybaseStack)
Declaration
public Notification_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
ConfigurationGuid
Declaration
public Guid ConfigurationGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CreateUserId
Declaration
public int CreateUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public byte IsDeleted { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
NotificationGuid
Declaration
public Guid NotificationGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
NotificationText
Declaration
public string NotificationText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemindDateTime
Declaration
public DateTime RemindDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
TableName
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
UseExchangeSync
Declaration
public bool UseExchangeSync { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Equals(Object)
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)
Implements
System.ComponentModel.INotifyPropertyChanged