Property | Type | Description | |
---|---|---|---|
ModelTypes | List |
Method | Description | |
---|---|---|
Category ( int id, string categoryName, string description, byte picture ) : Northwind.Common.DataModel.Category | ||
Customer ( string customerId, string companyName, string contactName, string contactTitle, string address, string city, string region, string postalCode, string country, string phoneNo, string faxNo, byte picture ) : Northwind.Common.DataModel.Customer | ||
CustomerCustomerDemo ( string customerId, string customerTypeId ) : Northwind.Common.DataModel.CustomerCustomerDemo | ||
Employee ( int employeeId, string lastName, string firstName, string title, string titleOfCourtesy, System.DateTime birthDate, System.DateTime hireDate, string address, string city, string region, string postalCode, string country, string homePhone, string extension, byte photo, string notes, int reportsTo, string photoPath ) : Northwind.Common.DataModel.Employee | ||
EmployeeTerritory ( int employeeId, string territoryId ) : Northwind.Common.DataModel.EmployeeTerritory | ||
Order ( int orderId, string customerId, int employeeId, System.DateTime orderDate, System.DateTime requiredDate, System.DateTime shippedDate, int shipVia, decimal freight, string shipName, string address, string city, string region, string postalCode, string country ) : Northwind.Common.DataModel.Order | ||
OrderDetail ( int orderId, int productId, decimal unitPrice, short quantity, double discount ) : Northwind.Common.DataModel.OrderDetail | ||
Product ( int productId, string productName, int supplierId, int categoryId, string qtyPerUnit, decimal unitPrice, short unitsInStock, short unitsOnOrder, short reorderLevel, bool discontinued ) : Northwind.Common.DataModel.Product | ||
Region ( int regionId, string regionDescription ) : Northwind.Common.DataModel.Region | ||
Shipper ( int id, string companyName, string phoneNo ) : Northwind.Common.DataModel.Shipper | ||
Supplier ( int supplierId, string companyName, string contactName, string contactTitle, string address, string city, string region, string postalCode, string country, string phoneNo, string faxNo, string homePage ) : Northwind.Common.DataModel.Supplier | ||
Territory ( string territoryId, string territoryDescription, int regionId ) : Northwind.Common.DataModel.Territory |
public static Category ( int id, string categoryName, string description, byte picture ) : Northwind.Common.DataModel.Category | ||
id | int | |
categoryName | string | |
description | string | |
picture | byte | |
return | Northwind.Common.DataModel.Category |
public static Customer ( string customerId, string companyName, string contactName, string contactTitle, string address, string city, string region, string postalCode, string country, string phoneNo, string faxNo, byte picture ) : Northwind.Common.DataModel.Customer | ||
customerId | string | |
companyName | string | |
contactName | string | |
contactTitle | string | |
address | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
phoneNo | string | |
faxNo | string | |
picture | byte | |
return | Northwind.Common.DataModel.Customer |
public static CustomerCustomerDemo ( string customerId, string customerTypeId ) : Northwind.Common.DataModel.CustomerCustomerDemo | ||
customerId | string | |
customerTypeId | string | |
return | Northwind.Common.DataModel.CustomerCustomerDemo |
public static Employee ( int employeeId, string lastName, string firstName, string title, string titleOfCourtesy, System.DateTime birthDate, System.DateTime hireDate, string address, string city, string region, string postalCode, string country, string homePhone, string extension, byte photo, string notes, int reportsTo, string photoPath ) : Northwind.Common.DataModel.Employee | ||
employeeId | int | |
lastName | string | |
firstName | string | |
title | string | |
titleOfCourtesy | string | |
birthDate | System.DateTime | |
hireDate | System.DateTime | |
address | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
homePhone | string | |
extension | string | |
photo | byte | |
notes | string | |
reportsTo | int | |
photoPath | string | |
return | Northwind.Common.DataModel.Employee |
public static EmployeeTerritory ( int employeeId, string territoryId ) : Northwind.Common.DataModel.EmployeeTerritory | ||
employeeId | int | |
territoryId | string | |
return | Northwind.Common.DataModel.EmployeeTerritory |
public static Order ( int orderId, string customerId, int employeeId, System.DateTime orderDate, System.DateTime requiredDate, System.DateTime shippedDate, int shipVia, decimal freight, string shipName, string address, string city, string region, string postalCode, string country ) : Northwind.Common.DataModel.Order | ||
orderId | int | |
customerId | string | |
employeeId | int | |
orderDate | System.DateTime | |
requiredDate | System.DateTime | |
shippedDate | System.DateTime | |
shipVia | int | |
freight | decimal | |
shipName | string | |
address | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
return | Northwind.Common.DataModel.Order |
public static OrderDetail ( int orderId, int productId, decimal unitPrice, short quantity, double discount ) : Northwind.Common.DataModel.OrderDetail | ||
orderId | int | |
productId | int | |
unitPrice | decimal | |
quantity | short | |
discount | double | |
return | Northwind.Common.DataModel.OrderDetail |
public static Product ( int productId, string productName, int supplierId, int categoryId, string qtyPerUnit, decimal unitPrice, short unitsInStock, short unitsOnOrder, short reorderLevel, bool discontinued ) : Northwind.Common.DataModel.Product | ||
productId | int | |
productName | string | |
supplierId | int | |
categoryId | int | |
qtyPerUnit | string | |
unitPrice | decimal | |
unitsInStock | short | |
unitsOnOrder | short | |
reorderLevel | short | |
discontinued | bool | |
return | Northwind.Common.DataModel.Product |
public static Region ( int regionId, string regionDescription ) : Northwind.Common.DataModel.Region | ||
regionId | int | |
regionDescription | string | |
return | Northwind.Common.DataModel.Region |
public static Shipper ( int id, string companyName, string phoneNo ) : Northwind.Common.DataModel.Shipper | ||
id | int | |
companyName | string | |
phoneNo | string | |
return | Northwind.Common.DataModel.Shipper |
public static Supplier ( int supplierId, string companyName, string contactName, string contactTitle, string address, string city, string region, string postalCode, string country, string phoneNo, string faxNo, string homePage ) : Northwind.Common.DataModel.Supplier | ||
supplierId | int | |
companyName | string | |
contactName | string | |
contactTitle | string | |
address | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
phoneNo | string | |
faxNo | string | |
homePage | string | |
return | Northwind.Common.DataModel.Supplier |
public static Territory ( string territoryId, string territoryDescription, int regionId ) : Northwind.Common.DataModel.Territory | ||
territoryId | string | |
territoryDescription | string | |
regionId | int | |
return | Northwind.Common.DataModel.Territory |