SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class CallbackEventArgs

    Namespace
    SWConfigDataClientLib.Proxies.ChangeManagement.Subscriptions
    Assembly
    IpPbxCDSClientLib.dll

    Event arguments send by subscription class when a described database change occurs.

    public class CallbackEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    CallbackEventArgs
    Derived
    ActivatePortLedEventArgs
    AuthenticationEventArgs
    CallActionProcessedEventArgs
    CallJournalClientEventArgs
    CtiEventArgs
    DcfDeviceConfigurationEventArgs
    DcfFirmwareEventArgs
    FeatureEventArgs
    FirmwareEventArgs
    ForwardingEventArgs
    GenericCallEventArgs
    GlobalConfigEventArgs
    GlobalFtpConfigEventArgs
    GlobalMediaConfigEventArgs
    GlobalRecordingConfigEventArgs
    GlobalUserConfigEventArgs
    GroupEventArgs
    GroupQuotaEventArgs
    InternalNumberEventArgs
    LicenseEventArgs
    LocationEntryEventArgs
    LocationEventArgs
    MembershipEventArgs
    MobileIdentificationNumberEventArgs
    OfficeUCEventArgs
    OwnPresenceInfoEventArgs
    ParallelCallEventArgs
    PortEventArgs
    PortHostEnabledEventArgs
    ProvisioningSettingsEventArgs
    PublicAccessPrefixEventArgs
    PublicNumberEventArgs
    RemoteConnectorEventArgs
    ServiceSettingEventArgs
    SignalRelationEventArgs
    SubstituteNumberEventArgs
    TenantQuotaEventArgs
    UserAndInternalsEventArgs
    UserCertificateEventArgs
    UserMediaEventArgs
    UserMessageCountEventArgs
    UserMeuClientEventArgs
    UserMeuEventArgs
    UserNTAccountEventArgs
    UserPhoneClientEventArgs
    UserPhoneEventArgs
    UserQuotaEventArgs
    UserRemoteInquiryEventArgs
    UserSipCredentialsEventArgs
    UserStaticEventArgs
    UserStaticPSKEventArgs
    UserSystemPhoneEventArgs
    VoiceMessageEventArgs
    VoicemailCounterEventArgs
    FaxServerCallbackEventArgs

    Fields

    dataModification

    protected DataModification dataModification

    Field Value

    DataModification

    m_ChangedAt

    time of change

    protected SDateTime m_ChangedAt

    Field Value

    SDateTime

    m_Created

    protected bool m_Created

    Field Value

    bool

    m_Deleted

    Deleted Flag

    protected bool m_Deleted

    Field Value

    bool

    m_EntryID

    The id of the changed entry or entity

    protected int m_EntryID

    Field Value

    int

    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

    SDateTime

    Created

    Gets true if the entry was newly created

    public bool Created { get; }

    Property Value

    bool

    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

    bool

    EntryID

    Gets the id of the changed entry or entity

    public int EntryID { get; }

    Property Value

    int

    NotifyCounter

    public long NotifyCounter { get; }

    Property Value

    long

    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

    string

    TableName

    gets the relevant table name

    public string TableName { get; }

    Property Value

    string

    Methods

    ApplyPropertyValues(object, object)

    public static void ApplyPropertyValues(object dest, object source)

    Parameters

    dest object
    source object

    ToString()

    public override string ToString()

    Returns

    string

    Verbose(object)

    public static string Verbose(object source)

    Parameters

    source object

    Returns

    string
    © Enreach GmbH