C# 클래스 i18n.Domain.Concrete.i18nSettings

파일 보기 프로젝트 열기: turquoiseowl/i18n 1 사용 예제들

공개 메소드들

메소드 설명
i18nSettings ( AbstractSettingService settings ) : System

비공개 메소드들

메소드 설명
FindPaths ( string path ) : IEnumerable

Find all the existing physical paths that corresponds to the specified path. Returns a single value if there are no wildcards in the specified path.

GetPaths ( string parts, string root = "" ) : IEnumerable

Recursively gets the path by moving through a directory tree (parts).

GetPrefixedString ( string key ) : string
HasSearchCharacter ( string path ) : bool

Determines whether the specified path has a windows wildcard character (* or ?)

MakePathAbsoluteAndFromConfigFile ( string path ) : string

메소드 상세

i18nSettings() 공개 메소드

public i18nSettings ( AbstractSettingService settings ) : System
settings i18n.Domain.Abstract.AbstractSettingService
리턴 System