C# Class BookShop.Models.OrderLine

Afficher le fichier Open project: techtalk/SpecFlow-Examples Class Usage Examples

Private Properties

Свойство Type Description
OnBookIdChanged void
OnBookIdChanging void
OnOrderIdChanged void
OnOrderIdChanging void
OnQuantityChanged void
OnQuantityChanging void

Méthodes publiques

Méthode Description
CreateOrderLine ( global bookId, global orderId, global quantity ) : OrderLine

Create a new OrderLine object.

Private Methods

Méthode Description
OnBookIdChanged ( ) : void
OnBookIdChanging ( global value ) : void
OnOrderIdChanged ( ) : void
OnOrderIdChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( global value ) : void

Method Details

CreateOrderLine() public static méthode

Create a new OrderLine object.
public static CreateOrderLine ( global bookId, global orderId, global quantity ) : OrderLine
bookId global Initial value of the BookId property.
orderId global Initial value of the OrderId property.
quantity global Initial value of the Quantity property.
Résultat OrderLine