Property | Type | Description | |
---|---|---|---|
Oncategory_idChanged | void | ||
Oncategory_idChanging | void | ||
Onfilm_idChanged | void | ||
Onfilm_idChanging | void | ||
Onlast_updateChanged | void | ||
Onlast_updateChanging | void |
Method | Description | |
---|---|---|
Createfilm_category ( global film_id, global category_id, global last_update ) : |
Create a new film_category object.
|
Method | Description | |
---|---|---|
Oncategory_idChanged ( ) : void | ||
Oncategory_idChanging ( global value ) : void | ||
Onfilm_idChanged ( ) : void | ||
Onfilm_idChanging ( global value ) : void | ||
Onlast_updateChanged ( ) : void | ||
Onlast_updateChanging ( global value ) : void |
public static Createfilm_category ( global film_id, global category_id, global last_update ) : |
||
film_id | global | Initial value of the film_id property. |
category_id | global | Initial value of the category_id property. |
last_update | global | Initial value of the last_update property. |
return |