Property | Type | Description | |
---|---|---|---|
Instance |
Property | Type | Description |
---|
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 |
public static LoadData ( bool loadImages ) : void | ||
loadImages | bool | |
return | void |
public static ToCategoryDto ( Northwind.Common.DataModel.Category model ) : Northwind.Common.ServiceModel.CategoryDto | ||
model | Northwind.Common.DataModel.Category | |
return | Northwind.Common.ServiceModel.CategoryDto |
public static ToCustomerCustomerDemoDto ( Northwind.Common.DataModel.CustomerCustomerDemo model ) : Northwind.Common.ServiceModel.CustomerCustomerDemoDto | ||
model | Northwind.Common.DataModel.CustomerCustomerDemo | |
return | Northwind.Common.ServiceModel.CustomerCustomerDemoDto |
public static ToCustomerDto ( Northwind.Common.DataModel.Customer model ) : Northwind.Common.ServiceModel.CustomerDto | ||
model | Northwind.Common.DataModel.Customer | |
return | Northwind.Common.ServiceModel.CustomerDto |
public static ToEmployeeDto ( Northwind.Common.DataModel.Employee model ) : Northwind.Common.ServiceModel.EmployeeDto | ||
model | Northwind.Common.DataModel.Employee | |
return | Northwind.Common.ServiceModel.EmployeeDto |
public static ToEmployeeTerritoryDto ( Northwind.Common.DataModel.EmployeeTerritory model ) : Northwind.Common.ServiceModel.EmployeeTerritoryDto | ||
model | Northwind.Common.DataModel.EmployeeTerritory | |
return | Northwind.Common.ServiceModel.EmployeeTerritoryDto |
public static ToOrderDetailDto ( Northwind.Common.DataModel.OrderDetail model ) : Northwind.Common.ServiceModel.OrderDetailDto | ||
model | Northwind.Common.DataModel.OrderDetail | |
return | Northwind.Common.ServiceModel.OrderDetailDto |
public static ToOrderDto ( Northwind.Common.DataModel.Order model ) : Northwind.Common.ServiceModel.OrderDto | ||
model | Northwind.Common.DataModel.Order | |
return | Northwind.Common.ServiceModel.OrderDto |
public static ToProduct ( Northwind.Common.DataModel.Product model ) : Northwind.Common.ServiceModel.ProductDto | ||
model | Northwind.Common.DataModel.Product | |
return | Northwind.Common.ServiceModel.ProductDto |
public static ToRegionDto ( Northwind.Common.DataModel.Region model ) : Northwind.Common.ServiceModel.RegionDto | ||
model | Northwind.Common.DataModel.Region | |
return | Northwind.Common.ServiceModel.RegionDto |
public static ToShipperDto ( Northwind.Common.DataModel.Shipper model ) : Northwind.Common.ServiceModel.ShipperDto | ||
model | Northwind.Common.DataModel.Shipper | |
return | Northwind.Common.ServiceModel.ShipperDto |
public static ToSupplierDto ( Northwind.Common.DataModel.Supplier model ) : Northwind.Common.ServiceModel.SupplierDto | ||
model | Northwind.Common.DataModel.Supplier | |
return | Northwind.Common.ServiceModel.SupplierDto |
public static ToTerritoryDto ( Territory model ) : TerritoryDto | ||
model | Territory | |
return | TerritoryDto |