[This is preliminary documentation and is subject to change.]
This namespace contains tools that are in very unstable stage of development. Those tools come from the Experimental.dll assembly.
Classes
| Class | Description | |
|---|---|---|
| BlackHoleQueue<(Of <(<'T>)>)> | Implements FIFO queue that automatically pops old items when capacity limit is reached | |
| cCSV | Generátor CSV | |
| clog | Logovací třída - logování do ListBoxu | |
| cSQLString | ||
| CSV | Implementuje CSV formát | |
| CSV..::..CSVErrorException | Indikuje chybu v CSV souboru | |
| CSV..::..ListInternal | Dědí od List<(Of <(<'T>)>)> za jadiným účelem - aby na něm byl aplikována TypeDescriptionProviderAttribute. | |
| CustomTypeDescriptorAbstractBase | ||
| CustomTypeDescriptorBase<(Of <(<'T>)>)> | Provides base class for "top-level" custom type descriptors | |
| DateTools | Nástroje pro práci s daty | |
| DayView | Denní kalendář | |
| DayView..::..CancelMoveEventArgs | Parametr stornovatelných událostí s velikostí a pozicí prvku | |
| DayView..::..ItemEventArgs | Arguments of event that supplies DayViewItem item that caused the event. | |
| DayView..::..ItemKeyEventArgs | KeyEventArgs extended of information which item caused the event | |
| DayView..::..ItemKeyPressEventArgs | KeyPressEventArgs extended of information which item caused the event | |
| DayView..::..ItemMouseEventArgs | MouseEventArgs extended of information which item caused the event | |
| DayView..::..ItemMoveCancelEventArgs | Parametry události BeforeEndMoveItem | |
| DayView..::..ItemToolStripItemClickedEventArgs | ToolStripItemClickedEventArgs extended of information which item caused the event | |
| DayView..::..MoveEventArgs | Parametr událostí s velikostí a pozicí prvku | |
| DayView..::..RowOperationEventArgs<(Of <(<'T>)>)> | Parametry operace provedené na řádku DayView | |
| DayViewDataItemBase | Provides basic abstract class implementing IDayViewDataItem | |
| DayViewItem | Položka DayView | |
| DayViewItem..::..PopulateException | Exception thrown when there was an exception while populating DayViewItem's properties from data item | |
| DayViewRow | Řádek zobrazený v DayView | |
| DayViewRow..::..ItemOperationEventArgs<(Of <(<'T>)>)> | ||
| DayViewRow..::..ItemOperationEventArgsBase | Společný základ pro všechny třídy DayViewRow..::..ItemOperationEventArgs<(Of <(<'T>)>)> | |
| DiTextBox | Dva textboy a dva labely | |
| DropDownListEditor<(Of <(<'T>)>)> | Implements type-safe ListBox-based drop-dow UITypeEditor | |
| EosMath | matemetické funkce | |
| FileDialogWithEncoding | Dialog pro výběr souboru a kódování, rozšiřitelný | |
| FileTarget | Cíl zápisu do souboru | |
| MultiControl<(Of <(<'TItem>)>)> | Ovládací prvek skládající se z ovládacích prvků | |
| MultiControlBase | Společná báze pro MultiControl<(Of <(<'TItem>)>)> | |
| MultiControlItem | RTeprezentuje položku MultiControlu | |
| MultiControlItem<(Of <(<'TControl>)>)> | MultiControlItem<(Of <(<'TControl>)>)> s určeným ovládacím prkem, který ho tvoří | |
| MultiControlItemWithOwner<(Of <(<'TOwner>)>)> | MultiControlItem<(Of <(<'TControl>)>)> s určeným typem rodiče | |
| MultiControlItemWithOwner<(Of <(<'TControl, TOwner>)>)> | MultiControlItem<(Of <(<'TControl>)>)> s určeným ovládacím prkem, který ho tvoří, a typem rodiče | |
| MultiDiTextBox | Control consisiting of multiple DiTextBoxes | |
| MultiDiTextBox..::..MultiDiTextBoxItem | Item of MultiDiTextBox control | |
| MultiTexBoxAndComboBox | Control consisiting of multiple TextBoxAndComboBoxes | |
| MultiTexBoxAndComboBox..::..TextBoxAndComboBoxItem | Item of MultiTexBoxAndComboBox control | |
| MultiTextBox | Ovládací prvek skládající se z více textovýcxh polí | |
| MultiTextBox..::..MultiTextBoxItem | RTeprezentuje položku multitextboxu | |
| NaturalComparer | Implementuje tzv. přirozené porovnávaání | |
| OrderByEditor | Edits list of sorting columns for SQL query | |
| PropertyChangingEventArgs<(Of <(<'T>)>)> | Argument události změny vlastnosti | |
| RecursionException | Exception thown when method is called when it is already on call-stack (recursively) and recursion is not allowed. | |
| SRDescriptionAttribute | Description attribute that loads ist value from system resources via SystemResources class | |
| StringBuilderTarget | Cíl csv zápisu do StringBuilderu | |
| TextBoxAndComboBox | ||
| ToolStripCheckBox | ||
| ToolStripLabelLabel | ToolStripLabel postavený na Labelu |
Interfaces
| Interface | Description | |
|---|---|---|
| DayView..::..IItemEventArgs | Common interface for EventArgs that has DayViewItem as property. | |
| ICsvTarget | Cíls cvs zápisu | |
| IDayViewDataItem | Abstract interface for items that can populate DayViewItem | |
| ITable<(Of <(<'T>)>)> | Společné rozhraní pro tabulky importované třídou OracleImporter |
Delegates
Enumerations
| Enumeration | Description | |
|---|---|---|
| ControlState | Stavy ovládacího prvku | |
| CSV..::..EmptyLines | Způsob chování se k prázdným řádkům | |
| CSV..::..TrimMode | Módy ořezání | |
| DayView..::..Suspension | Vypnutí události | |
| DayViewRow..::..ItemOperationEventArgsBase..::..Operations | Operace s prvky seznamu | |
| FileDialogWithEncoding..::..DialogTypes |
Remarks
Everything in this namespace may be changed without noticing.
This namespace serves 2 purposes:
- Incubator for tools in early development stage where it is not clear where the tool will fit and even if it will be created.
- Temporary place for tools that are being adopted from another sources (i.e. my other projects). When the tools is changed so it fits to ĐTools project, it is moved to appropriate namespace and assembly.