C# 클래스 MigSharp.Process.MigrationAggregator

파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

공개 메소드들

메소드 설명
MigrationAggregator ( IEnumerable applicableMigrations, IEnumerable availableMigrations, IEnumerable aggregateMigrations ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Aggregate ( ) : IEnumerable
FindLargestApplicableAggregation ( string moduleName ) : Aggregation
FindLargestApplicableAggregations ( ) : Aggregation>.Dictionary
IsApplicable ( IMigrationMetadata migration ) : bool
MetadataFor ( ApplicableMigration applicableMigration ) : MigrationMetadata

메소드 상세

MigrationAggregator() 공개 메소드

public MigrationAggregator ( IEnumerable applicableMigrations, IEnumerable availableMigrations, IEnumerable aggregateMigrations ) : System.Collections.Generic
applicableMigrations IEnumerable
availableMigrations IEnumerable
aggregateMigrations IEnumerable
리턴 System.Collections.Generic