C# Class jquery.odata.services.TimeTrackerContainer

No Metadata Documentation available.
Inheritance: ObjectContext
Mostra file Open project: egil/jquery.odata

Public Methods

Method Description
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.

AddToItems ( Item item ) : void

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

AddToUsers ( User user ) : void

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

TimeTrackerContainer ( ) : System

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

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

Initialize a new TimeTrackerContainer object.

TimeTrackerContainer ( string connectionString ) : System

Initialize a new TimeTrackerContainer object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

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

AddToItems() public method

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

AddToUsers() public method

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

TimeTrackerContainer() public method

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

TimeTrackerContainer() public method

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

TimeTrackerContainer() public method

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