C# Класс BaseLayer.Order

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Order ( int OrderID ) : System
Order ( int OrderID, string CustomerID, int EmployeeID, System.DateTime OrderDate, System.DateTime RequiredDate, System.DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : System

Описание методов

Order() публичный Метод

public Order ( int OrderID ) : System
OrderID int
Результат System

Order() публичный Метод

public Order ( int OrderID, string CustomerID, int EmployeeID, System.DateTime OrderDate, System.DateTime RequiredDate, System.DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : System
OrderID int
CustomerID string
EmployeeID int
OrderDate System.DateTime
RequiredDate System.DateTime
ShippedDate System.DateTime
ShipVia int
Freight decimal
ShipName string
ShipAddress string
ShipCity string
ShipRegion string
ShipPostalCode string
ShipCountry string
Результат System