C# 클래스 Migr8.Internals.Scanners.DirectoryScanner.MigrationId

파일 보기 프로젝트 열기: rebus-org/migr8

공개 메소드들

메소드 설명
GetMigrationId ( string filePath, bool throwOnError = true ) : MigrationId
GetPureId ( ) : string
MigrationId ( int sequenceNumber, string branchSpecification ) : System

메소드 상세

GetMigrationId() 공개 정적인 메소드

public static GetMigrationId ( string filePath, bool throwOnError = true ) : MigrationId
filePath string
throwOnError bool
리턴 MigrationId

GetPureId() 공개 메소드

public GetPureId ( ) : string
리턴 string

MigrationId() 공개 메소드

public MigrationId ( int sequenceNumber, string branchSpecification ) : System
sequenceNumber int
branchSpecification string
리턴 System