Design Pattern Framework 3.5
CustomerModel Class
Patterns-In-Action! Application ► WPFModel.BusinessModelObjects ► CustomerModel
Model of the customer.


All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
CustomerModel(IProvider) |
Constructor.
|
![]() |
_dispatcher | (Inherited from BaseModel.) |
![]() |
Add()()() |
Adds a new customer.
|
![]() |
City |
Gets or sets customer city.
|
![]() |
Company |
Gets or sets customer name.
|
![]() |
ConfirmOnUIThread()()() |
Debugging facility that ensures methods are called on the UI thread.
(Inherited from BaseModel.) |
![]() |
Country |
Gets or set customer country.
|
![]() |
CustomerId |
Gets or sets customerId
|
![]() |
Delete()()() |
Deletes a customer.
|
![]() |
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.) |
![]() |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
LargeImageUrl |
Gets url for large images.
|
![]() |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
Notify(String) |
Utility function for use by subclasses to notify that a property value has changed.
(Inherited from BaseModel.) |
![]() |
Orders |
Gets or sets list of orders associated with customer.
|
![]() |
PropertyChanged |
PropertyChanged event for INotifyPropertyChanged implementation.
(Inherited from BaseModel.) |
![]() |
SmallImageUrl |
Gets url for small images.
|
![]() |
ToString()()() | (Inherited from Object.) |
![]() |
Update()()() |
Updates a customer.
|
![]() |
Version |
Gets or sets version number
|