C# 클래스 Northwind.Common.DataModel.NorthwindFactory

파일 보기 프로젝트 열기: ServiceStackV3/ServiceStack.Benchmarks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ModelTypes List

공개 메소드들

메소드 설명
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

메소드 상세

Category() 공개 정적인 메소드

public static Category ( int id, string categoryName, string description, byte picture ) : Northwind.Common.DataModel.Category
id int
categoryName string
description string
picture byte
리턴 Northwind.Common.DataModel.Category

Customer() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.Customer

CustomerCustomerDemo() 공개 정적인 메소드

public static CustomerCustomerDemo ( string customerId, string customerTypeId ) : Northwind.Common.DataModel.CustomerCustomerDemo
customerId string
customerTypeId string
리턴 Northwind.Common.DataModel.CustomerCustomerDemo

Employee() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.Employee

EmployeeTerritory() 공개 정적인 메소드

public static EmployeeTerritory ( int employeeId, string territoryId ) : Northwind.Common.DataModel.EmployeeTerritory
employeeId int
territoryId string
리턴 Northwind.Common.DataModel.EmployeeTerritory

Order() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.Order

OrderDetail() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.OrderDetail

Product() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.Product

Region() 공개 정적인 메소드

public static Region ( int regionId, string regionDescription ) : Northwind.Common.DataModel.Region
regionId int
regionDescription string
리턴 Northwind.Common.DataModel.Region

Shipper() 공개 정적인 메소드

public static Shipper ( int id, string companyName, string phoneNo ) : Northwind.Common.DataModel.Shipper
id int
companyName string
phoneNo string
리턴 Northwind.Common.DataModel.Shipper

Supplier() 공개 정적인 메소드

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
리턴 Northwind.Common.DataModel.Supplier

Territory() 공개 정적인 메소드

public static Territory ( string territoryId, string territoryDescription, int regionId ) : Northwind.Common.DataModel.Territory
territoryId string
territoryDescription string
regionId int
리턴 Northwind.Common.DataModel.Territory

프로퍼티 상세

ModelTypes 공개적으로 정적으로 프로퍼티

public static List ModelTypes
리턴 List