C# Class IndexedDBSync.Models.Customer

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: techbrij/SyncIndexedDB Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CreateCustomer ( global customerID, global name, global email, global phone ) : Customer

Create a new Customer object.

Private Methods

Méthode 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 méthode

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.
Résultat Customer