C# Class MySql.Data.Entity.Tests.Order

Inheritance: global::System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description
OnFreightChanged void
OnFreightChanging void
OnIdChanged void
OnIdChanging void

Public Methods

Method Description
CreateOrder ( global id, global freight ) : Order

Create a new Order object.

Private Methods

Method Description
OnFreightChanged ( ) : void
OnFreightChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void

Method Details

CreateOrder() public static method

Create a new Order object.
public static CreateOrder ( global id, global freight ) : Order
id global Initial value of the Id property.
freight global Initial value of the Freight property.
return Order