C# 클래스 Sharp.Migrations.SeedRunner

상속: ISeedRunner
파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Log ISharpLogger

공개 메소드들

메소드 설명
Run ( string seedName, string param = null, string migrationGroup = null ) : void
SeedRunner ( IDataClient dataClient, Assembly targetAssembly ) : System

메소드 상세

Run() 공개 메소드

public Run ( string seedName, string param = null, string migrationGroup = null ) : void
seedName string
param string
migrationGroup string
리턴 void

SeedRunner() 공개 메소드

public SeedRunner ( IDataClient dataClient, Assembly targetAssembly ) : System
dataClient IDataClient
targetAssembly System.Reflection.Assembly
리턴 System

프로퍼티 상세

Log 공개적으로 정적으로 프로퍼티

public static ISharpLogger Log
리턴 ISharpLogger