C# 클래스 Bari.Plugins.FSRepository.Model.RepositoryPatternCollection

An ordered collection of available RepositoryPattern patterns, with the ability to find the best match for a given context.
상속: IProjectParameters
파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RepositoryPatternCollection

공개 메소드들

메소드 설명
AddPattern ( RepositoryPattern pattern ) : void
RepositoryPatternCollection ( IFileSystemRepositoryAccess fsAccess ) : System.Collections.Generic
Resolve ( IPatternResolutionContext context ) : PatternResolution

Resolves the given context using all the available patterns, checking their resolution in the file system as well.

비공개 메소드들

메소드 설명
RepositoryPatternCollection ( ) : System.Collections.Generic

메소드 상세

AddPattern() 공개 메소드

public AddPattern ( RepositoryPattern pattern ) : void
pattern RepositoryPattern
리턴 void

RepositoryPatternCollection() 공개 메소드

public RepositoryPatternCollection ( IFileSystemRepositoryAccess fsAccess ) : System.Collections.Generic
fsAccess IFileSystemRepositoryAccess
리턴 System.Collections.Generic

Resolve() 공개 메소드

Resolves the given context using all the available patterns, checking their resolution in the file system as well.
public Resolve ( IPatternResolutionContext context ) : PatternResolution
context IPatternResolutionContext Resolution context
리턴 PatternResolution

프로퍼티 상세

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

public static RepositoryPatternCollection,Bari.Plugins.FSRepository.Model Empty
리턴 RepositoryPatternCollection