C# Class VideoRentalService.film_category

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Private Properties

Свойство Type Description
Oncategory_idChanged void
Oncategory_idChanging void
Onfilm_idChanged void
Onfilm_idChanging void
Onlast_updateChanged void
Onlast_updateChanging void

Méthodes publiques

Méthode Description
Createfilm_category ( global film_id, global category_id, global last_update ) : film_category

Create a new film_category object.

Private Methods

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

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