C# Класс FileScanner.FileParsing.ParseStrategy

Показать файл Открыть проект

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

Метод Описание
LeaveUnchanged ( ) : IParseStrategy

Factory method which allows reading files without making any changes.

ReplaceCapitalLetters ( ) : IParseStrategy

Factory method which enables replacing uppercase letters with their lowercase equivalents.

ReplaceNonASCII ( ) : IParseStrategy

Factory method which enables replacing non ascii letters with diacritic-less equivalents.

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

LeaveUnchanged() публичный статический Метод

Factory method which allows reading files without making any changes.
public static LeaveUnchanged ( ) : IParseStrategy
Результат IParseStrategy

ReplaceCapitalLetters() публичный статический Метод

Factory method which enables replacing uppercase letters with their lowercase equivalents.
public static ReplaceCapitalLetters ( ) : IParseStrategy
Результат IParseStrategy

ReplaceNonASCII() публичный статический Метод

Factory method which enables replacing non ascii letters with diacritic-less equivalents.
public static ReplaceNonASCII ( ) : IParseStrategy
Результат IParseStrategy