Property | Type | Description | |
---|---|---|---|
m_dictionaryElementStringCache | ElementString>.Dictionary | ||
m_dictionaryMarkupCache | FormattedTextDataCache>.Dictionary |
Method | Description | |
---|---|---|
AddCachedMarkup ( string sElementName, |
||
GetCachedMarkup ( string sElementName ) : |
||
GetOverrideElement ( |
||
GetStringFromTranslationCache ( string sKey ) : ElementString | ||
ResetDeckCache ( ) : void | ||
ResetMarkupCache ( ) : void | ||
ResetMarkupCache ( string sElementName ) : void | ||
ResetTranslationCache ( ) : void | ||
ResetTranslationCache ( |
||
TranslateString ( string sRawString, int nCardIndex, DeckLine zDeckLine, |
Method | Description | |
---|---|---|
AddStringToTranslationCache ( string sKey, ElementString zElementString ) : void | ||
TranslateToElementString ( string sRawString, int nCardIndex, DeckLine zDeckLine, |
||
TranslatorBase ( int>.Dictionary |
public AddCachedMarkup ( string sElementName, |
||
sElementName | string | |
zFormattedData | ||
return | void |
protected AddStringToTranslationCache ( string sKey, ElementString zElementString ) : void | ||
sKey | string | |
zElementString | ElementString | |
return | void |
public GetCachedMarkup ( string sElementName ) : |
||
sElementName | string | |
return |
public GetOverrideElement ( |
||
zElement | ||
nCardIndex | int | |
arrayLine | List |
|
zDeckLine | DeckLine | |
return |
public GetStringFromTranslationCache ( string sKey ) : ElementString | ||
sKey | string | |
return | ElementString |
public ResetMarkupCache ( string sElementName ) : void | ||
sElementName | string | |
return | void |
public ResetTranslationCache ( |
||
zElement | ||
return | void |
public TranslateString ( string sRawString, int nCardIndex, DeckLine zDeckLine, |
||
sRawString | string | |
nCardIndex | int | |
zDeckLine | DeckLine | |
zElement | ||
sCacheSuffix | string | |
return | ElementString |
protected abstract TranslateToElementString ( string sRawString, int nCardIndex, DeckLine zDeckLine, |
||
sRawString | string | |
nCardIndex | int | |
zDeckLine | DeckLine | |
zElement | ||
return | ElementString |
protected TranslatorBase ( int>.Dictionary |
||
dictionaryColumnNameToIndex | int>.Dictionary | |
dictionaryDefines | string>.Dictionary | |
dictionaryElementOverrides | int>.Dictionary | |
listColumnNames | List |
|
return | System |
protected Dictionary |
||
return | ElementString>.Dictionary |