C# Class BookShop.Models.OrderLine

Datei anzeigen Open project: techtalk/SpecFlow-Examples Class Usage Examples

Private Properties

Property Type Description
OnBookIdChanged void
OnBookIdChanging void
OnOrderIdChanged void
OnOrderIdChanging void
OnQuantityChanged void
OnQuantityChanging void

Public Methods

Method Description
CreateOrderLine ( global bookId, global orderId, global quantity ) : OrderLine

Create a new OrderLine object.

Private Methods

Method Description
OnBookIdChanged ( ) : void
OnBookIdChanging ( global value ) : void
OnOrderIdChanged ( ) : void
OnOrderIdChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( global value ) : void

Method Details

CreateOrderLine() public static method

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.
return OrderLine