C# 클래스 Foundatio.Repositories.Migrations.MigrationBase

상속: IMigration
파일 보기 프로젝트 열기: exceptionless/Foundatio.Repositories

보호된 프로퍼티들

프로퍼티 타입 설명
_logger ILogger

공개 메소드들

메소드 설명
MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks
RunAsync ( ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
CalculateProgress ( long total, long completed, int startProgress, int endProgress = 100 ) : int

메소드 상세

CalculateProgress() 보호된 메소드

protected CalculateProgress ( long total, long completed, int startProgress, int endProgress = 100 ) : int
total long
completed long
startProgress int
endProgress int
리턴 int

MigrationBase() 공개 메소드

public MigrationBase ( ILoggerFactory loggerFactory = null ) : System.Threading.Tasks
loggerFactory ILoggerFactory
리턴 System.Threading.Tasks

RunAsync() 공개 추상적인 메소드

public abstract RunAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

_logger 보호되어 있는 프로퍼티

protected ILogger _logger
리턴 ILogger