C# Class VideoRentalService.SakilaEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Exibir arquivo Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Public Methods

Method Description
AddToactors ( actor actor ) : void

Deprecated Method for adding a new object to the actors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToaddresses ( address address ) : void

Deprecated Method for adding a new object to the addresses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocategories ( category category ) : void

Deprecated Method for adding a new object to the categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocities ( city city ) : void

Deprecated Method for adding a new object to the cities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocountries ( country country ) : void

Deprecated Method for adding a new object to the countries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTocustomers ( customer customer ) : void

Deprecated Method for adding a new object to the customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTofilm_actor ( film_actor film_actor ) : void

Deprecated Method for adding a new object to the film_actor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTofilm_category ( film_category film_category ) : void

Deprecated Method for adding a new object to the film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTofilm_text ( film_text film_text ) : void

Deprecated Method for adding a new object to the film_text EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTofilms ( film film ) : void

Deprecated Method for adding a new object to the films EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToinventories ( inventory inventory ) : void

Deprecated Method for adding a new object to the inventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTolanguages ( language language ) : void

Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTopayments ( payment payment ) : void

Deprecated Method for adding a new object to the payments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTorentals ( rental rental ) : void

Deprecated Method for adding a new object to the rentals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTosales_by_film_category ( sales_by_film_category sales_by_film_category ) : void

Deprecated Method for adding a new object to the sales_by_film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTostaffs ( staff staff ) : void

Deprecated Method for adding a new object to the staffs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddTostores ( store store ) : void

Deprecated Method for adding a new object to the stores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees ) : ObjectResult

No Metadata Documentation available.

GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees, MergeOption mergeOption ) : ObjectResult

No Metadata Documentation available.

SakilaEntities ( ) : System

Initializes a new SakilaEntities object using the connection string found in the 'SakilaEntities' section of the application configuration file.

SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new SakilaEntities object.

SakilaEntities ( string connectionString ) : System

Initialize a new SakilaEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToactors() public method

Deprecated Method for adding a new object to the actors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToactors ( actor actor ) : void
actor actor
return void

AddToaddresses() public method

Deprecated Method for adding a new object to the addresses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToaddresses ( address address ) : void
address address
return void

AddTocategories() public method

Deprecated Method for adding a new object to the categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocategories ( category category ) : void
category category
return void

AddTocities() public method

Deprecated Method for adding a new object to the cities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocities ( city city ) : void
city city
return void

AddTocountries() public method

Deprecated Method for adding a new object to the countries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocountries ( country country ) : void
country country
return void

AddTocustomers() public method

Deprecated Method for adding a new object to the customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocustomers ( customer customer ) : void
customer customer
return void

AddTofilm_actor() public method

Deprecated Method for adding a new object to the film_actor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_actor ( film_actor film_actor ) : void
film_actor film_actor
return void

AddTofilm_category() public method

Deprecated Method for adding a new object to the film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_category ( film_category film_category ) : void
film_category film_category
return void

AddTofilm_text() public method

Deprecated Method for adding a new object to the film_text EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilm_text ( film_text film_text ) : void
film_text film_text
return void

AddTofilms() public method

Deprecated Method for adding a new object to the films EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTofilms ( film film ) : void
film film
return void

AddToinventories() public method

Deprecated Method for adding a new object to the inventories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToinventories ( inventory inventory ) : void
inventory inventory
return void

AddTolanguages() public method

Deprecated Method for adding a new object to the languages EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTolanguages ( language language ) : void
language language
return void

AddTopayments() public method

Deprecated Method for adding a new object to the payments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTopayments ( payment payment ) : void
payment payment
return void

AddTorentals() public method

Deprecated Method for adding a new object to the rentals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTorentals ( rental rental ) : void
rental rental
return void

AddTosales_by_film_category() public method

Deprecated Method for adding a new object to the sales_by_film_category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTosales_by_film_category ( sales_by_film_category sales_by_film_category ) : void
sales_by_film_category sales_by_film_category
return void

AddTostaffs() public method

Deprecated Method for adding a new object to the staffs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTostaffs ( staff staff ) : void
staff staff
return void

AddTostores() public method

Deprecated Method for adding a new object to the stores EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTostores ( store store ) : void
store store
return void

GetRewardsReport() public method

No Metadata Documentation available.
public GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees ) : ObjectResult
min_monthly_purchases Nullable No Metadata Documentation available.
min_dollar_amount_purchased Nullable No Metadata Documentation available.
count_rewardees System.Data.Objects.ObjectParameter No Metadata Documentation available.
return ObjectResult

GetRewardsReport() public method

No Metadata Documentation available.
public GetRewardsReport ( Nullable min_monthly_purchases, Nullable min_dollar_amount_purchased, System.Data.Objects.ObjectParameter count_rewardees, MergeOption mergeOption ) : ObjectResult
min_monthly_purchases Nullable No Metadata Documentation available.
min_dollar_amount_purchased Nullable No Metadata Documentation available.
count_rewardees System.Data.Objects.ObjectParameter No Metadata Documentation available.
mergeOption MergeOption
return ObjectResult

SakilaEntities() public method

Initializes a new SakilaEntities object using the connection string found in the 'SakilaEntities' section of the application configuration file.
public SakilaEntities ( ) : System
return System

SakilaEntities() public method

Initialize a new SakilaEntities object.
public SakilaEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

SakilaEntities() public method

Initialize a new SakilaEntities object.
public SakilaEntities ( string connectionString ) : System
connectionString string
return System