C# Class BookShop.Models.Order

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: techtalk/SpecFlow-Examples Class Usage Examples

Private Properties

Property Type Description
OnIdChanged void
OnIdChanging void
OnPriceChanged void
OnPriceChanging void
OnStatusChanged void
OnStatusChanging void

Public Methods

Method Description
CreateOrder ( global id, global price, global status ) : Order

Create a new Order object.

Private Methods

Method Description
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnPriceChanged ( ) : void
OnPriceChanging ( global value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( global value ) : void

Method Details

CreateOrder() public static method

Create a new Order object.
public static CreateOrder ( global id, global price, global status ) : Order
id global Initial value of the Id property.
price global Initial value of the Price property.
status global Initial value of the Status property.
return Order