Fields documentation for ArticleListItem
Name | Type | Summery | Remarks |
---|---|---|---|
ArticleGroup | ArticleGroupListItem | Article group for the article. | |
EditState | EditStateEnum | EditState is used to keep track of the edit state of items in list/collection properties. The field is initialized to None. For inbounded DTOs derived from this value is overwritten by the correct value from the service consumer doing deserialization. | |
EntityType | Int32 | This property is used to distinguish datacontract classes that serves as a mapper for more than 1 underlying model class. An example of such a class could be: EmployeeOrGroupListItem. The EmployeeOrGroupListItem datacontract class maps both the Employee and Group model class. An employee and group can share the same IDs and it thus becomes impossible to distinguish the two if they are mapped into the same class. This is solved by overriding this property in the child class. In this case the EmployeeOrGroupListItem class. The EmployeeOrGroupListItem class will have its own "Type" enum property to distinguish what it has mapped. This existing Type property is then mapped into the base class' EntityType property. The client framework will then be able to automatically distinguish the enitities from eachother. | |
ExternalId | Int32 | Temporary server assigned unique Id for each datacontract object created in the server without persistece.. this property will use the fix the references of the all cloned objects. | |
Id | Int32 | OpenAccess identity property. | |
Installment | Int32 | Installment on the article. | |
InvoiceComment | String | Invoice comment in current use langage for the article. | |
InvoiceText | String | Description (Invoice text) in current use langage for the article. | |
NoCustomerDiscount | Boolean | If this flag is true, no customer discount is given for article regardless of the discount. | |
Number | String | Unique friendly id of the article. | User enters this manually |
Prices | PriceInterval[] | Assciated prices for each currency. | |
TaxDeductible | Boolean | A tax deductible amount that is included as a charging entry when the owners income subject to tax is calculated. | Income tax systems generally allow a tax deduction, i.e., a reduction of the income subject to tax, for various items related to compensation articles. |
Type | ArticleTypeEnum | Type of the article. | |
Unit | UnitListItem | Property Unit. | |
Version | Int32 | OpenAccess concurrency version property. |