C# Class VideoRentalService.film_actor

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

Private Properties

Свойство Type Description
Onactor_idChanged void
Onactor_idChanging void
Onfilm_idChanged void
Onfilm_idChanging void
Onlast_updateChanged void
Onlast_updateChanging void

Méthodes publiques

Méthode Description
Createfilm_actor ( global actor_id, global film_id, global last_update ) : film_actor

Create a new film_actor object.

Private Methods

Méthode Description
Onactor_idChanged ( ) : void
Onactor_idChanging ( global value ) : void
Onfilm_idChanged ( ) : void
Onfilm_idChanging ( global value ) : void
Onlast_updateChanged ( ) : void
Onlast_updateChanging ( global value ) : void

Method Details

Createfilm_actor() public static méthode

Create a new film_actor object.
public static Createfilm_actor ( global actor_id, global film_id, global last_update ) : film_actor
actor_id global Initial value of the actor_id property.
film_id global Initial value of the film_id property.
last_update global Initial value of the last_update property.
Résultat film_actor