C# Class IndexedDBSync.Models.Customer

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: techbrij/SyncIndexedDB Class Usage Examples

Private Properties

Property Type Description
OnCustomerIDChanged void
OnCustomerIDChanging void
OnEmailChanged void
OnEmailChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnLastModifiedByChanged void
OnLastModifiedByChanging void
OnLastModifiedDateChanged void
OnLastModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnPhoneChanged void
OnPhoneChanging void
OnRevisionChanged void
OnRevisionChanging void

Public Methods

Method Description
CreateCustomer ( global customerID, global name, global email, global phone ) : Customer

Create a new Customer object.

Private Methods

Method Description
OnCustomerIDChanged ( ) : void
OnCustomerIDChanging ( global value ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( global value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( Nullable value ) : void
OnLastModifiedByChanged ( ) : void
OnLastModifiedByChanging ( Nullable value ) : void
OnLastModifiedDateChanged ( ) : void
OnLastModifiedDateChanging ( Nullable value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( global value ) : void
OnRevisionChanged ( ) : void
OnRevisionChanging ( Nullable value ) : void

Method Details

CreateCustomer() public static method

Create a new Customer object.
public static CreateCustomer ( global customerID, global name, global email, global phone ) : Customer
customerID global Initial value of the CustomerID property.
name global Initial value of the Name property.
email global Initial value of the Email property.
phone global Initial value of the Phone property.
return Customer