Design Pattern Framework 3.5
Provider Class
Patterns-In-Action! Application ► WPFModel.Provider ► Provider
Implementation of provider interface to (data) Services.


All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
Provider()()() |
Initializes a new instance of the Provider class
|
![]() |
AddCustomer(CustomerModel) |
Adds a new customer to the database.
|
![]() |
DeleteCustomer(Int32) |
Deletes a customer record.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetCustomer(Int32) |
Gets a specific customer.
|
![]() |
GetCustomers(String) |
Gets an observable collection of all customers in the given sort order.
|
![]() |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetOrders(Int32) |
Gets an observable collection of orders for a given customer.
|
![]() |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
Login(String, String) |
Logs in to the service.
|
![]() |
Logout()()() |
Logs out of the service.
|
![]() |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString()()() | (Inherited from Object.) |
![]() |
UpdateCustomer(CustomerModel) |
Updates an existing customer in the database.
|

Object | |
![]() |
Provider |