|
| enum | BooleanStyle {
BooleanStyle.B,
BooleanStyle.X,
BooleanStyle.V,
BooleanStyle.Y,
BooleanStyle.T,
BooleanStyle.YesNo,
BooleanStyle.TrueFalse,
BooleanStyle.Bit = B,
BooleanStyle.YN = Y,
BooleanStyle.TF = T
} |
| | Style of representing boolean values. More...
|
| |
| enum | CharacterCasing { CharacterCasing.None,
CharacterCasing.Lower,
CharacterCasing.Upper
} |
| | Character casing More...
|
| |
| enum | FormatType {
FormatType.Text,
FormatType.Number,
FormatType.Date,
FormatType.Time,
FormatType.Stamp
} |
| | Value representation format More...
|
| |
| enum | FormMode { FormMode.New,
FormMode.Edit,
FormMode.View
} |
| | Form mode (New/Edit/View) More...
|
| |
| enum | GrammaticalGender {
GrammaticalGender.Masculine,
GrammaticalGender.Feminine,
GrammaticalGender.Neuter,
GrammaticalGender.M = Masculine,
GrammaticalGender.F = Feminine,
GrammaticalGender.N = Neuter
} |
| | Basic grammatical gender type in masculine–feminine–neuter system More...
|
| |
| enum | InputOutput { InputOutput.None = 0,
InputOutput.Input = 1,
InputOutput.Output = 2,
InputOutput.Both = Input | Output
} |
| |
| enum | LocateBehaviour { LocateBehaviour.Directories,
LocateBehaviour.Extensions,
LocateBehaviour.Default = Directories
} |
| | Style of representing boolean values More...
|
| |
| enum | LogLevel {
LogLevel.Default = Message,
LogLevel.None = 0,
LogLevel.Stop = 1,
LogLevel.Alert = 2,
LogLevel.Error = 3,
LogLevel.Warning = 4,
LogLevel.Message = 5,
LogLevel.Information = 6,
LogLevel.Verbose = 7,
LogLevel.Trace = 8,
LogLevel.Bug = 9,
LogLevel.Critical = Stop,
LogLevel.Fatal = Alert,
LogLevel.OMG = Alert,
LogLevel.LOL = Verbose,
LogLevel.WTF = Error,
LogLevel.VIP = Warning,
LogLevel.NVM = Trace
} |
| | Style of representing severity level of log messages More...
|
| |
| enum | MatchMode {
MatchMode.None,
MatchMode.Same,
MatchMode.Simple,
MatchMode.Wild,
MatchMode.Regex
} |
| | Matching style More...
|
| |
| enum | MatchStyle { MatchStyle.Any,
MatchStyle.All,
MatchStyle.One,
MatchStyle.Not
} |
| | Matching style More...
|
| |
| enum | RoundingMethod {
RoundingMethod.Standard = HalfUp,
RoundingMethod.None = Floor,
RoundingMethod.Floor = 0,
RoundingMethod.Ceil = 0,
RoundingMethod.HalfUp = 4,
RoundingMethod.HalfDown = 5,
RoundingMethod.ToEven = 2,
RoundingMethod.ToOdd = 3
} |
| | Style of representing boolean values. More...
|
| |
| enum | SortOrder { SortOrder.None = 0,
SortOrder.Ascending = 1,
SortOrder.Descending = 2
} |
| | Three state type of sort order (None/Ascending/Descending). More...
|
| |
| enum | SqlDialect {
SqlDialect.ANSI,
SqlDialect.SQLSERVER,
SqlDialect.MYSQL,
SqlDialect.POSTGRESQL,
SqlDialect.ORACLE,
SqlDialect.FIREBIRD,
SqlDialect.SQLITE
} |
| | SQL dialect More...
|
| |
| enum | TextAlign { TextAlign.Left,
TextAlign.Right,
TextAlign.Center,
TextAlign.Justify
} |
| | Style of representing boolean values More...
|
| |