Enum CsToEnFiles
- Namespace
- SunamoDevCode.Aps.Enums
- Assembly
- SunamoDevCode.dll
Defines C# files that need translation to English. Each member represents a specific source file.
public enum CsToEnFiles
- Extension Methods
Fields
AppsHtmlGenerator = 21Apps HTML generator file.
CL = 0Command line helper file.
ChartsCs = 20Charts C# generation file.
ColorPicker = 13Color picker utility file.
End = 29Sentinel value marking the end of the enum.
FS = 1File system operations file.
File system shared operations file.
HtmlGenerator2 = 10HTML generator version 2 file.
HTML helper shared file.
JunctionPoint = 12Junction point filesystem operations file.
MS stored procedures base shared file.
MailSender = 2Mail sender utility file.
PathSelector = 3Path selector utility file.
PowershellBuilder = 11PowerShell command builder file.
RoslynHelper = 4Roslyn code analysis helper file.
SH = 19String helper file.
String helper shared file.
SqlServerHelper = 5SQL Server helper file.
SunamoStrings = 6Sunamo string constants file.
TextBoxBackend = 7Text box backend file.
TextBoxHelper = 8Text box helper file.
UH = 14URI helper file.
XamlDisplay = 9XAML display helper file.
_AlreadyTranslated = 27return sess.i18n(XlfKeys.HelloWorld);
_CodeFragment = 22multiline string without lateral
_Consts = 23Constants pattern file.
_EncodedQuote = 26dont know purpose
_LeadingTrailing = 28Leading and trailing pattern file.
_NumberOnSides = 24Number on sides pattern file.
_StringInterpolation = 25var b = "{0}"; return $"c {b}";