C# Class Northwind.Common.DataModel.NorthwindDtoData

Datei anzeigen Open project: ServiceStackV3/ServiceStack.Benchmarks Class Usage Examples

Public Properties

Property Type Description
Instance NorthwindDtoData

Private Properties

Property Type Description

Public Methods

Method Description
LoadData ( bool loadImages ) : void
ToCategoryDto ( Northwind.Common.DataModel.Category model ) : Northwind.Common.ServiceModel.CategoryDto
ToCustomerCustomerDemoDto ( Northwind.Common.DataModel.CustomerCustomerDemo model ) : Northwind.Common.ServiceModel.CustomerCustomerDemoDto
ToCustomerDto ( Northwind.Common.DataModel.Customer model ) : Northwind.Common.ServiceModel.CustomerDto
ToEmployeeDto ( Northwind.Common.DataModel.Employee model ) : Northwind.Common.ServiceModel.EmployeeDto
ToEmployeeTerritoryDto ( Northwind.Common.DataModel.EmployeeTerritory model ) : Northwind.Common.ServiceModel.EmployeeTerritoryDto
ToOrderDetailDto ( Northwind.Common.DataModel.OrderDetail model ) : Northwind.Common.ServiceModel.OrderDetailDto
ToOrderDto ( Northwind.Common.DataModel.Order model ) : Northwind.Common.ServiceModel.OrderDto
ToProduct ( Northwind.Common.DataModel.Product model ) : Northwind.Common.ServiceModel.ProductDto
ToRegionDto ( Northwind.Common.DataModel.Region model ) : Northwind.Common.ServiceModel.RegionDto
ToShipperDto ( Northwind.Common.DataModel.Shipper model ) : Northwind.Common.ServiceModel.ShipperDto
ToSupplierDto ( Northwind.Common.DataModel.Supplier model ) : Northwind.Common.ServiceModel.SupplierDto
ToTerritoryDto ( Territory model ) : TerritoryDto

Method Details

LoadData() public static method

public static LoadData ( bool loadImages ) : void
loadImages bool
return void

ToCategoryDto() public static method

public static ToCategoryDto ( Northwind.Common.DataModel.Category model ) : Northwind.Common.ServiceModel.CategoryDto
model Northwind.Common.DataModel.Category
return Northwind.Common.ServiceModel.CategoryDto

ToCustomerCustomerDemoDto() public static method

public static ToCustomerCustomerDemoDto ( Northwind.Common.DataModel.CustomerCustomerDemo model ) : Northwind.Common.ServiceModel.CustomerCustomerDemoDto
model Northwind.Common.DataModel.CustomerCustomerDemo
return Northwind.Common.ServiceModel.CustomerCustomerDemoDto

ToCustomerDto() public static method

public static ToCustomerDto ( Northwind.Common.DataModel.Customer model ) : Northwind.Common.ServiceModel.CustomerDto
model Northwind.Common.DataModel.Customer
return Northwind.Common.ServiceModel.CustomerDto

ToEmployeeDto() public static method

public static ToEmployeeDto ( Northwind.Common.DataModel.Employee model ) : Northwind.Common.ServiceModel.EmployeeDto
model Northwind.Common.DataModel.Employee
return Northwind.Common.ServiceModel.EmployeeDto

ToEmployeeTerritoryDto() public static method

public static ToEmployeeTerritoryDto ( Northwind.Common.DataModel.EmployeeTerritory model ) : Northwind.Common.ServiceModel.EmployeeTerritoryDto
model Northwind.Common.DataModel.EmployeeTerritory
return Northwind.Common.ServiceModel.EmployeeTerritoryDto

ToOrderDetailDto() public static method

public static ToOrderDetailDto ( Northwind.Common.DataModel.OrderDetail model ) : Northwind.Common.ServiceModel.OrderDetailDto
model Northwind.Common.DataModel.OrderDetail
return Northwind.Common.ServiceModel.OrderDetailDto

ToOrderDto() public static method

public static ToOrderDto ( Northwind.Common.DataModel.Order model ) : Northwind.Common.ServiceModel.OrderDto
model Northwind.Common.DataModel.Order
return Northwind.Common.ServiceModel.OrderDto

ToProduct() public static method

public static ToProduct ( Northwind.Common.DataModel.Product model ) : Northwind.Common.ServiceModel.ProductDto
model Northwind.Common.DataModel.Product
return Northwind.Common.ServiceModel.ProductDto

ToRegionDto() public static method

public static ToRegionDto ( Northwind.Common.DataModel.Region model ) : Northwind.Common.ServiceModel.RegionDto
model Northwind.Common.DataModel.Region
return Northwind.Common.ServiceModel.RegionDto

ToShipperDto() public static method

public static ToShipperDto ( Northwind.Common.DataModel.Shipper model ) : Northwind.Common.ServiceModel.ShipperDto
model Northwind.Common.DataModel.Shipper
return Northwind.Common.ServiceModel.ShipperDto

ToSupplierDto() public static method

public static ToSupplierDto ( Northwind.Common.DataModel.Supplier model ) : Northwind.Common.ServiceModel.SupplierDto
model Northwind.Common.DataModel.Supplier
return Northwind.Common.ServiceModel.SupplierDto

ToTerritoryDto() public static method

public static ToTerritoryDto ( Territory model ) : TerritoryDto
model Territory
return TerritoryDto

Property Details

Instance public_oe static_oe property

public static NorthwindDtoData,Northwind.Common.DataModel Instance
return NorthwindDtoData