IViewInvoicesMethods Interface

View invoices methods interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IViewInvoicesMethods : IViewMethods
Implements
IViewMethods

Methods

GetInvoice Get the invoice model.
GetValue Gets the value corresponding to a property of the invoice model.
SetValue Sets the value corresponding to a property in the invoice model.

See Also