Click or drag to resize

ESDRecordLabour Class

Ecommerce Standards Record that holds data for a single labour record. Labour describes the different kinds of effort required to perform a piece of work.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordLabour

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordLabour type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordLabour
Initializes a new instance of the ESDRecordLabour class
Top
Properties
  NameDescription
Public propertyaverageCost
Monetary value that denotes the average cost to purchase a single labour unit.
Public propertydescription1
First description of the labour. May contain any text used to describe the labour.
Public propertydescription2
Second description of the labour. May contain any text used to describe the labour.
Public propertydescription3
Third description of the labour. May contain any text used to describe the labour.
Public propertydescription4
Fourth description of the labour. May contain any text used to describe the labour.
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertyisPriceTaxInclusive
Either 'N'-No or 'Y'-Yes If 'Y' then indicates that any pricing set for the labour is inclusive of tax applied to the price, based the rate of taxcode assigned to the labour.
Public propertykeyLabourID
Key that allows the labour record to be uniquely identified and linked to.
Public propertykeySellUnitID
Key of the sell unit record that denotes the default unit that the labour is sold in.
Public propertykeyTaxcodeID
Key of the Taxcode record that the labour is assigned to. The taxcode may control the amount of tax applied to the labour.
Public propertylabourClass
Class of the labour. A class may contain any text that can be set for multiple labour records as a classifier of the type of labour.
Public propertylabourCode
Code of the labour. May or may not be a unqiue identifier.
Public propertylabourLowQuantity
The amount of labour units that indicate when the labour is low in availability.
Public propertylabourNoneQuantity
The amount of labour units that indicate when the labour is no longer available.
Public propertylabourQuantity
The amount of labour units that are available for purchase.
Public propertylabourSearchCode
Code that allows the labour to searched on. This search code may or may not be unique, and would typically contain key words that allows the labour to found.
Public propertyname
Name of the labour
Public propertyordering
Number to order the labour by. This may be used to order a number of labour items within a list.
Public propertysellUnits
Stores a list of sell units that different units of labour can be sold in. Eg labour could be sold by the hour, or in packs
Public propertyunit
Label of the default unit that the labour is sold individually as.
Public propertyUNSPSC
United Nations Standard Products and Service Code. Stores a standard code defined by the United Nations classifying objects.
Top
See Also