C# 클래스 DDay.iCal.Validator.ResourceManager

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

공개 메소드들

메소드 설명
GetError ( string key ) : string
GetResolutions ( string key ) : string[]
GetString ( string key ) : string
Initialize ( IXmlDocumentProvider docProvider, bool forceEnglishOnNotFound ) : bool
Initialize ( IXmlDocumentProvider docProvider, string language ) : bool
ResourceManager ( ) : System

비공개 메소드들

메소드 설명
EnsureXmlDocument ( ) : bool
ParseLanguageIdentifiers ( string language ) : void
PrepareForStringFormatting ( string s ) : string
ToCamelCase ( string s ) : string

메소드 상세

GetError() 공개 메소드

public GetError ( string key ) : string
key string
리턴 string

GetResolutions() 공개 메소드

public GetResolutions ( string key ) : string[]
key string
리턴 string[]

GetString() 공개 메소드

public GetString ( string key ) : string
key string
리턴 string

Initialize() 공개 메소드

public Initialize ( IXmlDocumentProvider docProvider, bool forceEnglishOnNotFound ) : bool
docProvider IXmlDocumentProvider
forceEnglishOnNotFound bool
리턴 bool

Initialize() 공개 메소드

public Initialize ( IXmlDocumentProvider docProvider, string language ) : bool
docProvider IXmlDocumentProvider
language string
리턴 bool

ResourceManager() 공개 메소드

public ResourceManager ( ) : System
리턴 System