C# Класс EnterpriseProject.Models.FeedMeEntities

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToFriendships() публичный Метод

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
Результат void

AddToItems() публичный Метод

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
Результат void

AddToMenuItems() публичный Метод

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
Результат void

AddToMenus() публичный Метод

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
Результат void

AddToOrderItems() публичный Метод

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
Результат void

AddToOrders() публичный Метод

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
Результат void

AddToVendors() публичный Метод

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
Результат void

AddToaspnet_Membership() публичный Метод

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
Результат void

AddToaspnet_Profile() публичный Метод

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
Результат void

AddToaspnet_Roles() публичный Метод

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
Результат void

AddToaspnet_Users() публичный Метод

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
Результат void

FeedMeEntities() публичный Метод

Initializes a new FeedMeEntities object using the connection string found in the 'FeedMeEntities' section of the application configuration file.
public FeedMeEntities ( ) : System
Результат System

FeedMeEntities() публичный Метод

Initialize a new FeedMeEntities object.
public FeedMeEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

FeedMeEntities() публичный Метод

Initialize a new FeedMeEntities object.
public FeedMeEntities ( string connectionString ) : System
connectionString string
Результат System