C# 클래스 WebServer.Models.DocumentDataModelContainer

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: colin-dumitru/Proiect-AI-2012---GUI 1 사용 예제들

공개 메소드들

메소드 설명
AddToDocumentOutputs ( DocumentOutput documentOutput ) : void

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

AddToDocuments ( Document document ) : void

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

DocumentDataModelContainer ( ) : System

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

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

Initialize a new DocumentDataModelContainer object.

DocumentDataModelContainer ( string connectionString ) : System

Initialize a new DocumentDataModelContainer object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToDocumentOutputs() 공개 메소드

Deprecated Method for adding a new object to the DocumentOutputs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDocumentOutputs ( DocumentOutput documentOutput ) : void
documentOutput DocumentOutput
리턴 void

AddToDocuments() 공개 메소드

Deprecated Method for adding a new object to the Documents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDocuments ( Document document ) : void
document Document
리턴 void

DocumentDataModelContainer() 공개 메소드

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

DocumentDataModelContainer() 공개 메소드

Initialize a new DocumentDataModelContainer object.
public DocumentDataModelContainer ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
리턴 System

DocumentDataModelContainer() 공개 메소드

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