OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / IBillingView Interface
Properties

In This Topic
    IBillingView Interface Members
    In This Topic

    The following tables list the members exposed by IBillingView.

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