C# Класс i18n.Domain.Concrete.i18nSettings

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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