C# 클래스 MvcMusicStore.Models.MusicStoreEntities

파일 보기 프로젝트 열기: hoserdude/mvcmusicstore-instrumented 1 사용 예제들

공개 메소드들

메소드 설명
AddToAlbums ( Album album ) : void

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

AddToArtists ( Artist artist ) : void

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

AddToCarts ( Cart cart ) : void

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

AddToGenres ( Genre genre ) : void

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

AddToOrderDetails ( OrderDetail orderDetail ) : void

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

MusicStoreEntities ( ) : System

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

MusicStoreEntities ( EntityConnection connection ) : System

Initialize a new MusicStoreEntities object.

MusicStoreEntities ( string connectionString ) : System

Initialize a new MusicStoreEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToAlbums() 공개 메소드

Deprecated Method for adding a new object to the Albums EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAlbums ( Album album ) : void
album Album
리턴 void

AddToArtists() 공개 메소드

Deprecated Method for adding a new object to the Artists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToArtists ( Artist artist ) : void
artist Artist
리턴 void

AddToCarts() 공개 메소드

Deprecated Method for adding a new object to the Carts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCarts ( Cart cart ) : void
cart Cart
리턴 void

AddToGenres() 공개 메소드

Deprecated Method for adding a new object to the Genres EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToGenres ( Genre genre ) : void
genre Genre
리턴 void

AddToOrderDetails() 공개 메소드

Deprecated Method for adding a new object to the OrderDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrderDetails ( OrderDetail orderDetail ) : void
orderDetail OrderDetail
리턴 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

MusicStoreEntities() 공개 메소드

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

MusicStoreEntities() 공개 메소드

Initialize a new MusicStoreEntities object.
public MusicStoreEntities ( EntityConnection connection ) : System
connection EntityConnection
리턴 System

MusicStoreEntities() 공개 메소드

Initialize a new MusicStoreEntities object.
public MusicStoreEntities ( string connectionString ) : System
connectionString string
리턴 System