Table of Contents

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 = 21

Apps HTML generator file.

CL = 0

Command line helper file.

ChartsCs = 20

Charts C# generation file.

ColorPicker = 13

Color picker utility file.

End = 29

Sentinel value marking the end of the enum.

FS = 1

File system operations file.

FSShared = 18

File system shared operations file.

HtmlGenerator2 = 10

HTML generator version 2 file.

HtmlHelperShared = 16

HTML helper shared file.

JunctionPoint = 12

Junction point filesystem operations file.

MSStoredProceduresIBaseShared = 17

MS stored procedures base shared file.

MailSender = 2

Mail sender utility file.

PathSelector = 3

Path selector utility file.

PowershellBuilder = 11

PowerShell command builder file.

RoslynHelper = 4

Roslyn code analysis helper file.

SH = 19

String helper file.

SHShared = 15

String helper shared file.

SqlServerHelper = 5

SQL Server helper file.

SunamoStrings = 6

Sunamo string constants file.

TextBoxBackend = 7

Text box backend file.

TextBoxHelper = 8

Text box helper file.

UH = 14

URI helper file.

XamlDisplay = 9

XAML display helper file.

_AlreadyTranslated = 27

return sess.i18n(XlfKeys.HelloWorld);

_CodeFragment = 22

multiline string without lateral

_Consts = 23

Constants pattern file.

_EncodedQuote = 26

dont know purpose

_LeadingTrailing = 28

Leading and trailing pattern file.

_NumberOnSides = 24

Number on sides pattern file.

_StringInterpolation = 25

var b = "{0}"; return $"c {b}";