C# Class CardMaker.Card.Translation.FilenameTranslator

Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Свойство Type Description
DISALLOWED_FILE_CHARS_ARRAY char[]

Méthodes publiques

Méthode Description
TranslateFileNameString ( string sRawString, int nCardNumber, int nLeftPad, DeckLine zCurrentPrintLine, string>.Dictionary dictionaryDefines, int>.Dictionary dictionaryColumnNameToIndex, CardMaker.XML.ProjectLayout zLayout ) : string

Translates a file export string for naming a file

Method Details

TranslateFileNameString() public static méthode

Translates a file export string for naming a file
public static TranslateFileNameString ( string sRawString, int nCardNumber, int nLeftPad, DeckLine zCurrentPrintLine, string>.Dictionary dictionaryDefines, int>.Dictionary dictionaryColumnNameToIndex, CardMaker.XML.ProjectLayout zLayout ) : string
sRawString string
nCardNumber int
nLeftPad int
zCurrentPrintLine DeckLine
dictionaryDefines string>.Dictionary
dictionaryColumnNameToIndex int>.Dictionary
zLayout CardMaker.XML.ProjectLayout
Résultat string

Property Details

DISALLOWED_FILE_CHARS_ARRAY public_oe static_oe property

public static char[] DISALLOWED_FILE_CHARS_ARRAY
Résultat char[]