C# Class EnterpriseProject.Models.FeedMeEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Exibir arquivo Open project: feedme/FeedMe

Public Methods

Method Description
AddToFriendships ( Friendship friendship ) : void

Deprecated Method for adding a new object to the Friendships 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.

AddToMenuItems ( MenuItem menuItem ) : void

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

AddToMenus ( Menu menu ) : void

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

AddToOrderItems ( OrderItem orderItem ) : void

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

AddToOrders ( Order order ) : void

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

AddToVendors ( Vendor vendor ) : void

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

AddToaspnet_Membership ( aspnet_Membership aspnet_Membership ) : void

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

AddToaspnet_Profile ( aspnet_Profile aspnet_Profile ) : void

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

AddToaspnet_Roles ( aspnet_Roles aspnet_Roles ) : void

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

AddToaspnet_Users ( aspnet_Users aspnet_Users ) : void

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

FeedMeEntities ( ) : System

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

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

Initialize a new FeedMeEntities object.

FeedMeEntities ( string connectionString ) : System

Initialize a new FeedMeEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToFriendships() public method

Deprecated Method for adding a new object to the Friendships EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToFriendships ( Friendship friendship ) : void
friendship Friendship
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

AddToMenuItems() public method

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

AddToMenus() public method

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

AddToOrderItems() public method

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

AddToOrders() public method

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

AddToVendors() public method

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

AddToaspnet_Membership() public method

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

AddToaspnet_Profile() public method

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

AddToaspnet_Roles() public method

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

AddToaspnet_Users() public method

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

FeedMeEntities() public method

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

FeedMeEntities() public method

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

FeedMeEntities() public method

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