Click or drag to resize

InvoiceSearchResultEntity Class

An invoice search result.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.InvoiceInvoiceSearchResultEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class InvoiceSearchResultEntity

The InvoiceSearchResultEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceSearchResultEntity
Initializes a new instance of the InvoiceSearchResultEntity class
Top
Properties
  NameDescription
Public propertyHasResult
Gets or sets a value indicating whether this instance has result.
Public propertyInvoiceSearchResultDetailLineEntityList
Gets or sets the invoice search result detail line entity list.
Top
See Also