Click or drag to resize

ArticleOrderWeb Class

Data contract for the aticle item attached to a OrderWeb
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ArticleOrderWeb : ArticleBaseWeb

The ArticleOrderWeb type exposes the following members.

Constructors
  NameDescription
Public methodArticleOrderWeb
Top
Properties
  NameDescription
Public propertyAgreementId
If the line is related to a rental agreement then this property will carry the ID of the rental agreement.
Public propertyAmount
The total amount of the article
Public propertyArticleNo
The article number of the article. The article number is a unique number that identifies the article or extra serviec that the agency offers.
(Inherited from ArticleBaseWeb.)
Public propertyCalculatedFromLineNo
The related order line number of the line. If applicable. Some lines are dependent on other lines (i.e. discounts). The number represents the [!:LineNo] of the line that this line is dependent on.
Public propertyCount
The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.
(Inherited from ArticleBaseWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIncludedInRentalPrice
Indicates if the amount of this article line was included in the rental price and hence included for the customer.
Public propertyLineDiscount
The line discount of the article
Public propertyLineNo
The order line number of the article. If applicable. Is and should remain null in all cases except when returned from the service method "OrderInfo" or when calling service method UpdateOrder. See also remarks.
(Inherited from ArticleBaseWeb.)
Public propertyPrice
The price of the article
Public propertyPriceIntervalDate
The property is only relevant for either the Booking or the UpdateOrder methods and for articles of the type Ticket. Fill this property with PriceExampleWeb.ValidFrom date to select an alternative price/validity interval. If this property is NOT filled out the price/validity interval containing the arrival date will be selected.
(Inherited from ArticleBaseWeb.)
Public propertyStatus
The ArticleOrderWeb status. Indicates what state the orderweb article line is in.
Public propertyText
A description of the article
Public propertyType
Articles are divided into different types of articles in EasyBook.NET. Use this property to distinguish the different types.
Public propertyUnit
The unit type of the article. For instance pcs, or kg or kw/h.
Public propertyVat
The VAT percentage of the article
Top
See Also