C# 클래스 NuGetGallery.Operations.DatabaseTaskBase

상속: OpsTask
파일 보기 프로젝트 열기: JetBrains/ReSharperGallery

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ValidateArguments ( ) : void

보호된 메소드들

메소드 설명
GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder
OpenConnection ( ) : SqlConnection
OpenMasterConnection ( ) : SqlConnection
WithConnection ( Func act ) : bool
WithConnection ( SqlExecutor>.Action act ) : void
WithConnection ( Action act ) : void
WithMasterConnection ( Func act ) : bool
WithMasterConnection ( SqlExecutor>.Action act ) : void
WithMasterConnection ( Action act ) : void
WithTableType ( SqlConnection connection, string name, string definition, System.Action act ) : void

메소드 상세

GetConnectionFromEnvironment() 보호된 추상적인 메소드

protected abstract GetConnectionFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : System.Data.SqlClient.SqlConnectionStringBuilder
environment NuGetGallery.Operations.DeploymentEnvironment
리턴 System.Data.SqlClient.SqlConnectionStringBuilder

OpenConnection() 보호된 메소드

protected OpenConnection ( ) : SqlConnection
리턴 System.Data.SqlClient.SqlConnection

OpenMasterConnection() 보호된 메소드

protected OpenMasterConnection ( ) : SqlConnection
리턴 System.Data.SqlClient.SqlConnection

ValidateArguments() 공개 메소드

public ValidateArguments ( ) : void
리턴 void

WithConnection() 보호된 메소드

protected WithConnection ( Func act ) : bool
act Func
리턴 bool

WithConnection() 보호된 메소드

protected WithConnection ( SqlExecutor>.Action act ) : void
act SqlExecutor>.Action
리턴 void

WithConnection() 보호된 메소드

protected WithConnection ( Action act ) : void
act Action
리턴 void

WithMasterConnection() 보호된 메소드

protected WithMasterConnection ( Func act ) : bool
act Func
리턴 bool

WithMasterConnection() 보호된 메소드

protected WithMasterConnection ( SqlExecutor>.Action act ) : void
act SqlExecutor>.Action
리턴 void

WithMasterConnection() 보호된 메소드

protected WithMasterConnection ( Action act ) : void
act Action
리턴 void

WithTableType() 보호된 정적인 메소드

protected static WithTableType ( SqlConnection connection, string name, string definition, System.Action act ) : void
connection System.Data.SqlClient.SqlConnection
name string
definition string
act System.Action
리턴 void