WX5.UI.ChooseBox | ChooseBox allows to show 1,2,3 button boxes |
WX5.Cvt | Useful conversion routines |
WX5.Data | Useful ADO.NET DataTable processing routines It includes column rounding, column filling methods and some table manipulations routines |
WX5.DB.DBManager | Database manager used to automate some ADO.NET routines DBManager allows special syntax inside SQL queries similar to L# to describe query parameters:
{? parameterName [parameterType [parameterDirection [columnMapping]]]} where parameterType and/or parameterDirection and/or columnMapping and even parameterName are optional |
WX5.DB.Core.DBProvider | Base class for all of providers |
WX5.UI.Dlg | This class provides a number of prepared message boxes |
WX5.Flow | This class is useful for parameter checking and codepaths incapsulation |
WX5.FP | This class contains widely-used functions from Functional Paradigm like Map() or Fold() |
WX5.I18N | This class contains a current language identifier |
WX5.UI.InputBox | Allows to show the message box with string input field |
WX5.IO | Serialization and compressing methods and work with FTP |
WX5.LSE | This class represents L# "environment" It allows to use L# engine with various subsets of functions and variables |
WX5.DB.Core.Imp.MSSQLDBProvider | |
WX5.DB.Core.Imp.MSSQLEngine | |
WX5.Nil | NIL singleton Used in WX5.Data.AddToTable() method to indicate the rowValue to be skipped |
WX5.ObjectManager | Provides links between objects |
WX5.DB.Core.Imp.ODBCDBProvider | |
WX5.DB.Core.Imp.ODBCEngine | |
WX5.DB.Core.Imp.OLEDBEngine | |
WX5.DB.Core.Imp.OLEDBProvider | |
WX5.DB.Core.SQLEngine | The base class for WXLib SQL engines |
WX5.Text | Some simple but still useful text processing methods |
WX5.Tuple2< A, B > | 2-element tuple |
WX5.Tuple3< A, B, C > | 3-element tuple |
WX5.Tuple4< A, B, C, D > | 4-element tuple |
WX5.Tuple5< A, B, C, D, E > | 5-element tuple |
WX5.DB.Core.SQLEngine.TypeSymbol | L# type descriptor |
WX5.WXUtils |