Class CallbackEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments send by subscription class when a described database change occurs.
public class CallbackEventArgs : EventArgs
- Inheritance
-
CallbackEventArgs
- Derived
Fields
dataModification
protected DataModification dataModification
Field Value
- DataModification
m_ChangedAt
time of change
protected SDateTime m_ChangedAt
Field Value
m_Created
protected bool m_Created
Field Value
m_Deleted
Deleted Flag
protected bool m_Deleted
Field Value
m_EntryID
The id of the changed entry or entity
protected int m_EntryID
Field Value
m_SubscriptionType
The type of the subscritpion
protected SubscriptionType m_SubscriptionType
Field Value
- SubscriptionType
Properties
ChangedAt
Get the time of the change
public SDateTime ChangedAt { get; }
Property Value
Created
Gets true if the entry was newly created
public bool Created { get; }
Property Value
DataModification
TODO:
public DataModification DataModification { get; }
Property Value
- DataModification
Deleted
Gets the true if the entry has been deleted
public bool Deleted { get; }
Property Value
EntryID
Gets the id of the changed entry or entity
public int EntryID { get; }
Property Value
NotifyCounter
public long NotifyCounter { get; }
Property Value
SubscriptionType
Gets the type value of the subscription
public SubscriptionType SubscriptionType { get; }
Property Value
- SubscriptionType
SubscriptionTypeName
gets the subscription type as a Name
public string SubscriptionTypeName { get; }
Property Value
TableName
gets the relevant table name
public string TableName { get; }
Property Value
Methods
ApplyPropertyValues(object, object)
public static void ApplyPropertyValues(object dest, object source)
Parameters
ToString()
public override string ToString()
Returns
Verbose(object)
public static string Verbose(object source)
Parameters
source
object