C# Class VideoRentalService.customer

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Private Properties

Property Type Description
OnactiveChanged void
OnactiveChanging void
Onaddress_idChanged void
Onaddress_idChanging void
Oncreate_dateChanged void
Oncreate_dateChanging void
Oncustomer_idChanged void
Oncustomer_idChanging void
OnemailChanged void
OnemailChanging void
Onfirst_nameChanged void
Onfirst_nameChanging void
Onlast_nameChanged void
Onlast_nameChanging void
Onlast_updateChanged void
Onlast_updateChanging void
Onstore_idChanged void
Onstore_idChanging void

Public Methods

Method Description
Createcustomer ( global customer_id, global store_id, global first_name, global last_name, global address_id, global active, global create_date, global last_update ) : customer

Create a new customer object.

Private Methods

Method Description
OnactiveChanged ( ) : void
OnactiveChanging ( global value ) : void
Onaddress_idChanged ( ) : void
Onaddress_idChanging ( global value ) : void
Oncreate_dateChanged ( ) : void
Oncreate_dateChanging ( global value ) : void
Oncustomer_idChanged ( ) : void
Oncustomer_idChanging ( global value ) : void
OnemailChanged ( ) : void
OnemailChanging ( global value ) : void
Onfirst_nameChanged ( ) : void
Onfirst_nameChanging ( global value ) : void
Onlast_nameChanged ( ) : void
Onlast_nameChanging ( global value ) : void
Onlast_updateChanged ( ) : void
Onlast_updateChanging ( global value ) : void
Onstore_idChanged ( ) : void
Onstore_idChanging ( global value ) : void

Method Details

Createcustomer() public static method

Create a new customer object.
public static Createcustomer ( global customer_id, global store_id, global first_name, global last_name, global address_id, global active, global create_date, global last_update ) : customer
customer_id global Initial value of the customer_id property.
store_id global Initial value of the store_id property.
first_name global Initial value of the first_name property.
last_name global Initial value of the last_name property.
address_id global Initial value of the address_id property.
active global Initial value of the active property.
create_date global Initial value of the create_date property.
last_update global Initial value of the last_update property.
return customer