C# Class VideoRentalService.film_text

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

Private Properties

Property Type Description
OndescriptionChanged void
OndescriptionChanging void
Onfilm_idChanged void
Onfilm_idChanging void
OntitleChanged void
OntitleChanging void

Public Methods

Method Description
Createfilm_text ( global film_id, global title ) : film_text

Create a new film_text object.

Private Methods

Method Description
OndescriptionChanged ( ) : void
OndescriptionChanging ( global value ) : void
Onfilm_idChanged ( ) : void
Onfilm_idChanging ( global value ) : void
OntitleChanged ( ) : void
OntitleChanging ( global value ) : void

Method Details

Createfilm_text() public static method

Create a new film_text object.
public static Createfilm_text ( global film_id, global title ) : film_text
film_id global Initial value of the film_id property.
title global Initial value of the title property.
return film_text