Property | Type | Description | |
---|---|---|---|
OnFreightChanged | void | ||
OnFreightChanging | void | ||
OnIdChanged | void | ||
OnIdChanging | void |
Method | Description | |
---|---|---|
CreateOrder ( global id, global freight ) : |
Create a new Order object.
|
Method | Description | |
---|---|---|
OnFreightChanged ( ) : void | ||
OnFreightChanging ( global value ) : void | ||
OnIdChanged ( ) : void | ||
OnIdChanging ( global value ) : void |
public static CreateOrder ( global id, global freight ) : |
||
id | global | Initial value of the Id property. |
freight | global | Initial value of the Freight property. |
return |