OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / BillingView Class


In This Topic
    BillingView Class Properties
    In This Topic

    For a list of all members of this type, see BillingView members.

    Public Properties
     NameDescription
    Public PropertyThe IClientFunctions instance allowing access to client-side operations of the host application.  
    Public PropertyProvides access to create, read, update, and delete (CRUD) operations for data associated with an OnTime account.  
    Public PropertyThe visible collection of IRibbonButton instances that appear within the user interface of the Invoices view.  
    Public PropertyThe visible collection of IContextMenuButton instances that appear within the user interface of the Invoices view.  
    Public PropertyThe visible display text of this extension's designated export grid column, if one has been defined, within the Invoices view.  
    Public PropertyIndicates if this extension has been fully initialized and loaded within the Invoices view of OnTime Management Suite.  
    Public PropertyThe visible display text of this extension's Invoices view ribbon group within the user interface of OnTime Management Suite.  
    Public PropertyThe visible display text of this extension's Invoices view ribbon group description within the user interface of OnTime Management Suite.  
    Public PropertyThe INumberGenerator instance allowing for generation of random account numbers and tracking numbers.  
    Public PropertyThe visible collection of IRibbonButton instances that appear within the user interface of the Payments view.  
    Public PropertyThe visible collection of IContextMenuButton instances that appear within the user interface of the Payments view.  
    Public PropertyThe visible display text of this extension's designated export grid column, if one has been defined, within the Payments view.  
    Public PropertyIndicates if this extension has been fully initialized and loaded within the Payments view of OnTime Management Suite.  
    Public PropertyThe visible display text of this extension's Payments view ribbon group within the user interface of OnTime Management Suite.  
    Public PropertyThe visible display text of this extension's Payments view ribbon group description within the user interface of OnTime Management Suite.  
    Public PropertyContains the unique identifiers of all Invoice objects currently selected within the Invoices grid of OnTime Management Suite.  
    Public PropertyContains all comprehensive Invoice objects currently selected within the Invoices grid of OnTime Management Suite.  
    Public PropertyContains the unique identifiers of all Payment objects currently selected within the Payments grid of OnTime Management Suite.  
    Public PropertyContains all comprehensive Payment objects currently selected within the Payments grid of OnTime Management Suite.  
    Public PropertyThe IServerFunctions instance allowing access to server-side or live-data operations of the host application.  
    Public PropertyIndicates if this extension should display a dedicated export grid column within the Invoices view of OnTime Management Suite.  
    Public PropertyIndicates if this extension should display a dedicated export grid column within the Payments view of OnTime Management Suite.  
    Top
    See Also