C# 클래스 ClearCanvas.ImageServer.Enterprise.SqlServer.PersistentStore

상속: IPersistentStore
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas

공개 메소드들

메소드 설명
Initialize ( ) : void
OpenReadContext ( ) : IReadContext
OpenUpdateContext ( UpdateContextSyncMode mode ) : IUpdateContext
SetTransactionNotifier ( ITransactionNotifier transactionNotifier ) : void

비공개 메소드들

메소드 설명
Connection_Disposed ( object sender, EventArgs e ) : void
OpenConnection ( ) : SqlConnection

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OpenReadContext() 공개 메소드

public OpenReadContext ( ) : IReadContext
리턴 IReadContext

OpenUpdateContext() 공개 메소드

public OpenUpdateContext ( UpdateContextSyncMode mode ) : IUpdateContext
mode UpdateContextSyncMode
리턴 IUpdateContext

SetTransactionNotifier() 공개 메소드

public SetTransactionNotifier ( ITransactionNotifier transactionNotifier ) : void
transactionNotifier ITransactionNotifier
리턴 void