C# Class VideoRentalService.film_category

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

Private Properties

Property Type Description
Oncategory_idChanged void
Oncategory_idChanging void
Onfilm_idChanged void
Onfilm_idChanging void
Onlast_updateChanged void
Onlast_updateChanging void

Public Methods

Method Description
Createfilm_category ( global film_id, global category_id, global last_update ) : film_category

Create a new film_category object.

Private Methods

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

Method Details

Createfilm_category() public static method

Create a new film_category object.
public static Createfilm_category ( global film_id, global category_id, global last_update ) : film_category
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 film_category