[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

  ClassDescription
Public classBlackHoleQueue<(Of <(<'T>)>)>
Implements FIFO queue that automatically pops old items when capacity limit is reached
Public classcCSV
Generátor CSV
Public classclog
Logovací třída - logování do ListBoxu
Public classcSQLString
Public classCSV
Implementuje CSV formát
Public classCSV..::..CSVErrorException
Indikuje chybu v CSV souboru
Public classCSV..::..ListInternal
Dědí od List<(Of <(<'T>)>)> za jadiným účelem - aby na něm byl aplikována TypeDescriptionProviderAttribute.
Public classCustomTypeDescriptorAbstractBase
Public classCustomTypeDescriptorBase<(Of <(<'T>)>)>
Provides base class for "top-level" custom type descriptors
Public classDateTools
Nástroje pro práci s daty
Public classDayView
Denní kalendář
Public classDayView..::..CancelMoveEventArgs
Parametr stornovatelných událostí s velikostí a pozicí prvku
Public classDayView..::..ItemEventArgs
Arguments of event that supplies DayViewItem item that caused the event.
Public classDayView..::..ItemKeyEventArgs
KeyEventArgs extended of information which item caused the event
Public classDayView..::..ItemKeyPressEventArgs
KeyPressEventArgs extended of information which item caused the event
Public classDayView..::..ItemMouseEventArgs
MouseEventArgs extended of information which item caused the event
Public classDayView..::..ItemMoveCancelEventArgs
Parametry události BeforeEndMoveItem
Public classDayView..::..ItemToolStripItemClickedEventArgs
ToolStripItemClickedEventArgs extended of information which item caused the event
Public classDayView..::..MoveEventArgs
Parametr událostí s velikostí a pozicí prvku
Public classDayView..::..RowOperationEventArgs<(Of <(<'T>)>)>
Parametry operace provedené na řádku DayView
Public classDayViewDataItemBase
Provides basic abstract class implementing IDayViewDataItem
Public classDayViewItem
Položka DayView
Public classDayViewItem..::..PopulateException
Exception thrown when there was an exception while populating DayViewItem's properties from data item
Public classDayViewRow
Řádek zobrazený v DayView
Public classDayViewRow..::..ItemOperationEventArgs<(Of <(<'T>)>)>
Parametry události Changed pro operace s prvky seznamu Records
Public classDayViewRow..::..ItemOperationEventArgsBase
Společný základ pro všechny třídy DayViewRow..::..ItemOperationEventArgs<(Of <(<'T>)>)>
Public classDiTextBox
Dva textboy a dva labely
Public classDropDownListEditor<(Of <(<'T>)>)>
Implements type-safe ListBox-based drop-dow UITypeEditor
Public classEosMath
matemetické funkce
Public classFileDialogWithEncoding
Dialog pro výběr souboru a kódování, rozšiřitelný
Public classFileTarget
Cíl zápisu do souboru
Public classMultiControl<(Of <(<'TItem>)>)>
Ovládací prvek skládající se z ovládacích prvků
Public classMultiControlBase
Společná báze pro MultiControl<(Of <(<'TItem>)>)>
Public classMultiControlItem
RTeprezentuje položku MultiControlu
Public classMultiControlItem<(Of <(<'TControl>)>)>
MultiControlItem<(Of <(<'TControl>)>)> s určeným ovládacím prkem, který ho tvoří
Public classMultiControlItemWithOwner<(Of <(<'TOwner>)>)>
MultiControlItem<(Of <(<'TControl>)>)> s určeným typem rodiče
Public classMultiControlItemWithOwner<(Of <(<'TControl, TOwner>)>)>
MultiControlItem<(Of <(<'TControl>)>)> s určeným ovládacím prkem, který ho tvoří, a typem rodiče
Public classMultiDiTextBox
Control consisiting of multiple DiTextBoxes
Public classMultiDiTextBox..::..MultiDiTextBoxItem
Item of MultiDiTextBox control
Public classMultiTexBoxAndComboBox
Control consisiting of multiple TextBoxAndComboBoxes
Public classMultiTexBoxAndComboBox..::..TextBoxAndComboBoxItem
Item of MultiTexBoxAndComboBox control
Public classMultiTextBox
Ovládací prvek skládající se z více textovýcxh polí
Public classMultiTextBox..::..MultiTextBoxItem
RTeprezentuje položku multitextboxu
Public classNaturalComparer
Implementuje tzv. přirozené porovnávaání
Public classOrderByEditor
Edits list of sorting columns for SQL query
Public classPropertyChangingEventArgs<(Of <(<'T>)>)>
Argument události změny vlastnosti
Public classRecursionException
Exception thown when method is called when it is already on call-stack (recursively) and recursion is not allowed.
Public classSRDescriptionAttribute
Description attribute that loads ist value from system resources via SystemResources class
Public classStringBuilderTarget
Cíl csv zápisu do StringBuilderu
Public classTextBoxAndComboBox
Public classToolStripCheckBox
Public classToolStripLabelLabel
ToolStripLabel postavený na Labelu

Interfaces

  InterfaceDescription
Public interfaceDayView..::..IItemEventArgs
Common interface for EventArgs that has DayViewItem as property.
Public interfaceICsvTarget
Cíls cvs zápisu
Public interfaceIDayViewDataItem
Abstract interface for items that can populate DayViewItem
Public interfaceITable<(Of <(<'T>)>)>
Společné rozhraní pro tabulky importované třídou OracleImporter

Delegates

Enumerations

  EnumerationDescription
Public enumerationControlState
Stavy ovládacího prvku
Public enumerationCSV..::..EmptyLines
Způsob chování se k prázdným řádkům
Public enumerationCSV..::..TrimMode
Módy ořezání
Protected enumerationDayView..::..Suspension
Vypnutí události
Public enumerationDayViewRow..::..ItemOperationEventArgsBase..::..Operations
Operace s prvky seznamu
Public enumerationFileDialogWithEncoding..::..DialogTypes

Remarks

Everything in this namespace may be changed without noticing.

This namespace serves 2 purposes:

  1. Incubator for tools in early development stage where it is not clear where the tool will fit and even if it will be created.
  2. 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.