Design Pattern Framework 3.5
ActionService.DataTransferObjects Namespace
Patterns-In-Action! Application ► ActionService.DataTransferObjects

C# | Visual Basic |
namespace ActionService.DataTransferObjects
Namespace ActionService.DataTransferObjects

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() |
CategoryDto |
Category Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|
![]() |
CustomerDto |
Customer Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto properties. This class has no methods.
|
![]() |
OrderDetailDto |
Order Detail Data Transfer Object.
The purpose of the OrderTransferObject is to facilitate transport of
customer order business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|
![]() |
OrderDto |
Order Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|
![]() |
ProductDto |
Product Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|
![]() |
ShoppingCartDto |
Shopping Cart Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|
![]() |
ShoppingCartItemDto |
Shopping Cart Item Data Transfer Object.
The purpose of the CustomerTransferObject is to facilitate transport of
customer business data in a serializable format. Business data is kept in
publicly accessible auto property members. This class has no methods.
|