C# 클래스 FileScanner.FileParsing.ParseStrategy

파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
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