Click or drag to resize

InvoiceDetailEntity Class

Invoice detail.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.InvoiceInvoiceDetailEntity

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 InvoiceDetailEntity : EntityObject, 
	IPartialEntity

The InvoiceDetailEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceDetailEntity
Initializes a new instance of the InvoiceDetailEntity class.
Public methodInvoiceDetailEntity(InvoiceDetailEntity)
Initializes a new instance of the InvoiceDetailEntity class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the action.
Public propertyActionId
Gets or sets the action identifier.
Public propertyChangedRentFrom
Gets or sets the changed rent from.
Public propertyChangedRentTo
Gets or sets the changed rent to.
Public propertyChargeId
Gets or sets the charge identifier.
Public propertyContainerType
Gets or sets the type of the container.
Public propertyContainerTypeId
Gets or sets the container type identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerLoadReference
Gets or sets the customer load reference.
Public propertyCustomerOrderNo
Gets or sets the customer order no.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyDefaultAction
Gets or sets the default action.
Public propertyDefaultActionId
Gets or sets the default action identifier.
Public propertyGLAnalysisCode1
Gets or sets the gl analysis code1.
Public propertyGLAnalysisCode10
Gets or sets the gl analysis code10.
Public propertyGLAnalysisCode2
Gets or sets the gl analysis code2.
Public propertyGLAnalysisCode3
Gets or sets the gl analysis code3.
Public propertyGLAnalysisCode4
Gets or sets the gl analysis code4.
Public propertyGLAnalysisCode5
Gets or sets the gl analysis code5.
Public propertyGLAnalysisCode6
Gets or sets the gl analysis code6.
Public propertyGLAnalysisCode7
Gets or sets the gl analysis code7.
Public propertyGLAnalysisCode8
Gets or sets the gl analysis code8.
Public propertyGLAnalysisCode9
Gets or sets the gl analysis code9.
Public propertyInvoiceDetailId
Gets or sets the invoice detail identifier.
Public propertyInvoiceFrequencyTermSiteOrderId
Gets or sets the invoice frequency term site order identifier.
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyIsRebilled
Gets or sets a value indicating whether this instance is rebilled.
Public propertyItemDate
Gets or sets the item date.
Public propertyJobTicketNo
Gets or sets the job ticket no.
Public propertyLinkedToPOInvoice
Gets or sets a value indicating whether [linked to po invoice].
Public propertyMaterial
Gets or sets the material.
Public propertyMaterialId
Gets or sets the material identifier.
Public propertyNotes
Gets or sets the notes.
Public propertyOrderNo
Gets or sets the order no.
Public propertyPONumber
Gets or sets the po number.
Public propertyPrice
Gets or sets the price.
Public propertyPriceHasChanged
Gets or sets a value indicating whether [price has changed].
Public propertyPriceIncVAT
Gets or sets the price inc vat.
Public propertyPricingBasis
Gets or sets the pricing basis.
Public propertyPricingBasisId
Gets or sets the pricing basis identifier.
Public propertyQuantity
Gets or sets the quantity.
Public propertyRate
Gets or sets the rate.
Public propertyReason
Gets or sets the reason.
Public propertyRebilledPrice
Gets or sets the rebilled price.
Public propertyReference
Gets or sets the reference.
Public propertyReleaseNumber
Gets or sets the release number.
Public propertyRentFrom
Gets or sets the rent from.
Public propertyRentTerm
Gets or sets the rent term.
Public propertyRentTermId
Gets or sets the rent term identifier.
Public propertyRentTo
Gets or sets the rent to.
Public propertyService
Gets or sets the service.
Public propertyServiceFrequencyId
Gets or sets the service frequency identifier.
Public propertyServiceId
Gets or sets the service identifier.
Public propertySiteAddress1
Gets or sets the site address1.
Public propertySiteAddress2
Gets or sets the site address2.
Public propertySiteAddress3
Gets or sets the site address3.
Public propertySiteAddress4
Gets or sets the site address4.
Public propertySiteAddress5
Gets or sets the site address5.
Public propertySiteAddressHouseNumber
Gets or sets the site address house number.
Public propertySiteName
Gets or sets the name of the site.
Public propertySitePostCode
Gets or sets the site post code.
Public propertyTaxTemplateCollection
Gets or sets the tax template collection.
Public propertyTaxTemplateCollectionId
Gets or sets the tax template collection identifier.
Public propertyUnlinkedToPOInvoice
Gets or sets a value indicating whether [unlinked to po invoice].
Public propertyVAT
Gets or sets the vat.
Public propertyVATBreakdown
Gets or sets the vat code.
Public propertyVATCode
Gets or sets the vat code.
Public propertyVATGLAnalysisCode1
Gets or sets the vatgl analysis code1.
Public propertyVATGLAnalysisCode10
Gets or sets the vatgl analysis code10.
Public propertyVATGLAnalysisCode2
Gets or sets the vatgl analysis code2.
Public propertyVATGLAnalysisCode3
Gets or sets the vatgl analysis code3.
Public propertyVATGLAnalysisCode4
Gets or sets the vatgl analysis code4.
Public propertyVATGLAnalysisCode5
Gets or sets the vatgl analysis code5.
Public propertyVATGLAnalysisCode6
Gets or sets the vatgl analysis code6.
Public propertyVATGLAnalysisCode7
Gets or sets the vatgl analysis code7.
Public propertyVATGLAnalysisCode8
Gets or sets the vatgl analysis code8.
Public propertyVATGLAnalysisCode9
Gets or sets the vatgl analysis code9.
Public propertyVATId
Gets or sets the vat identifier.
Public propertyVolume
Gets or sets the volume.
Public propertyWeighingTicketNo
Gets or sets the weighing ticket no.
Public propertyWeight
Gets or sets the weight.
Top
Methods
  NameDescription
Public methodGetCompleteEntityType
Gets the type of the complete entity.
Top
See Also