Свойство | Тип | Описание | |
---|---|---|---|
CurrentLanguage | Func |
||
DebugMode | Func |
Метод | Описание | |
---|---|---|
DefaultTextManager ( ) : System | ||
EnableHtmlPatterns ( ) : |
Enables the Html tags in patterns using the default dialect. It will change the syntax for format groups from "<Group: ... >" to "<!Group: ... >"
|
|
GetCurrentLanguage ( ) : |
||
GetCurrentTimeZoneInfo ( ) : |
||
GetNamespace ( |
||
PrepareAssemblyTextSources ( ) : void | ||
PrepareTextSources ( |
Prepares the text sources from the specified assembly.
|
|
PrepareTextSources ( string ns = null, string key = null, |
Метод | Описание | |
---|---|---|
DebugText ( string ns, string key, |
||
EnsureLoaded ( ) : void | ||
IsInDebugMode ( ) : bool | ||
SourceTextsChanged ( object sender, |
protected DebugText ( string ns, string key, |
||
ns | string | |
key | string | |
language | ||
dict | ||
Результат | string |
public EnableHtmlPatterns ( ) : |
||
Результат |
public GetCurrentLanguage ( ) : |
||
Результат |
public GetCurrentTimeZoneInfo ( ) : |
||
Результат |
public GetNamespace ( |
||
asm | ||
Результат | string |
public PrepareAssemblyTextSources ( ) : void | ||
Результат | void |
public PrepareTextSources ( |
||
asm | The assembly. | |
Результат | bool |
public PrepareTextSources ( string ns = null, string key = null, |
||
ns | string | |
key | string | |
language | ||
Результат | bool |
protected SourceTextsChanged ( object sender, |
||
sender | object | |
args | ||
Результат | void |