Property | Type | Description | |
---|---|---|---|
Oncustomer_idChanged | void | ||
Oncustomer_idChanging | void | ||
Oninventory_idChanged | void | ||
Oninventory_idChanging | void | ||
Onlast_updateChanged | void | ||
Onlast_updateChanging | void | ||
Onrental_dateChanged | void | ||
Onrental_dateChanging | void | ||
Onrental_idChanged | void | ||
Onrental_idChanging | void | ||
Onreturn_dateChanged | void | ||
Onreturn_dateChanging | void | ||
Onstaff_idChanged | void | ||
Onstaff_idChanging | void |
Method | Description | |
---|---|---|
Createrental ( global rental_id, global rental_date, global inventory_id, global customer_id, global staff_id, global last_update ) : |
Create a new rental object.
|
Method | Description | |
---|---|---|
Oncustomer_idChanged ( ) : void | ||
Oncustomer_idChanging ( global value ) : void | ||
Oninventory_idChanged ( ) : void | ||
Oninventory_idChanging ( global value ) : void | ||
Onlast_updateChanged ( ) : void | ||
Onlast_updateChanging ( global value ) : void | ||
Onrental_dateChanged ( ) : void | ||
Onrental_dateChanging ( global value ) : void | ||
Onrental_idChanged ( ) : void | ||
Onrental_idChanging ( global value ) : void | ||
Onreturn_dateChanged ( ) : void | ||
Onreturn_dateChanging ( Nullable |
||
Onstaff_idChanged ( ) : void | ||
Onstaff_idChanging ( global value ) : void |
public static Createrental ( global rental_id, global rental_date, global inventory_id, global customer_id, global staff_id, global last_update ) : |
||
rental_id | global | Initial value of the rental_id property. |
rental_date | global | Initial value of the rental_date property. |
inventory_id | global | Initial value of the inventory_id property. |
customer_id | global | Initial value of the customer_id property. |
staff_id | global | Initial value of the staff_id property. |
last_update | global | Initial value of the last_update property. |
return |