C# Класс Onism.Cldr.Tools.Subsetting.PatternCollectionBuilder

Represents an object that facilitates building a PatternCollection from the code.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Build ( ) : PatternCollection

Builds a collection of patterns.

Exclude ( string path ) : PatternCollectionBuilder

Parses the path to create an excluding pattern and adds it to the end of the collection.

Include ( string path ) : PatternCollectionBuilder

Parses the path to create an including pattern and adds it to the end of the collection.

PatternCollectionBuilder ( ) : System.Collections.Generic

Описание методов

Build() публичный Метод

Builds a collection of patterns.
public Build ( ) : PatternCollection
Результат PatternCollection

Exclude() публичный Метод

Parses the path to create an excluding pattern and adds it to the end of the collection.
public Exclude ( string path ) : PatternCollectionBuilder
path string
Результат PatternCollectionBuilder

Include() публичный Метод

Parses the path to create an including pattern and adds it to the end of the collection.
public Include ( string path ) : PatternCollectionBuilder
path string
Результат PatternCollectionBuilder

PatternCollectionBuilder() публичный Метод

public PatternCollectionBuilder ( ) : System.Collections.Generic
Результат System.Collections.Generic