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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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