C# Class com.openrest.v1_1.COrders

Inheritance: IOrders
显示文件 Open project: wix/openrest4net

Public Methods

Method Description
COrders ( ) : System
COrders ( IList orders ) : System
Get ( int i ) : IOrder
GetCount ( ) : int

Method Details

COrders() public method

public COrders ( ) : System
return System

COrders() public method

public COrders ( IList orders ) : System
orders IList
return System

Get() public method

public Get ( int i ) : IOrder
i int
return IOrder

GetCount() public method

public GetCount ( ) : int
return int