Design Pattern Framework 3.5
IModel Interface
Patterns-In-Action! Application ► WindowsFormsModel ► IModel
IModel interface, used in MVP design pattern.
See implementation methods for further details.

C# | Visual Basic |
public interface IModel
Public Interface IModel

All Members | Methods | ||||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
AddCustomer(CustomerModel) |
|
![]() |
DeleteCustomer(Int32) |
|
![]() |
GetCustomer(Int32) |
|
![]() |
GetCustomers(String) |
|
![]() |
GetOrders(Int32) |
|
![]() |
Login(String, String) |
|
![]() |
Logout()()() |
|
![]() |
UpdateCustomer(CustomerModel) |
|