Classes
Class | Description | |
---|---|---|
ConditionsRepository |
Extends Repository to support StatusCondition | |
Criteria |
This object is used to create custom groups of rows.
| |
DictionariesRepository |
A strongly typed StatusDictionary collection.
| |
ImageTranslation |
This StatusTranslation can be used to show images in the cells of the grid when the related IFilter can be applied
| |
Range |
Extends RepositoryList to support Criteria | |
RangesRepository |
Extends Repository to support Range | |
Repository<(Of <(<'T>)>)> |
A generic repository for objects. It's used to store complex objects (such as conditions, ranges, dictionaries) in the ViewControl | |
RepositoryList<(Of <(<'T>)>)> |
An element of a Repository | |
StatusClause |
This class contains a set of properties that defines the style of a row in the DataGrid.
The style is applied to the row when the related IFilter is applied as well.
| |
StatusClauseStyle |
This class stores a list of properties (or a "Style") used by the StatusClause | |
StatusCondition |
Extends RepositoryList to support StatusClause | |
StatusDictionary |
A strongly typed StatusTranslation collection.
| |
StatusTranslation |
Base class for translations. Translations can be used to show custom data in the cells of a column, for example images or
localized text
| |
TextTranslation |
This StatusTranslation can be used to show custom strings in the cells of the grid when the related IFilter can be applied
For example it's possible to use this StatusTranslation to show Human Readable strings instead of simple integer values.
|
Interfaces
Interface | Description | |
---|---|---|
IRepositoryItem |
An element of the RepositoryList | |
IRepositoryListItem |
An element of the RepositoryList |
Enumerations
Enumeration | Description | |
---|---|---|
StatusDictionaryType |
The type of Dictionary
| |
StatusSpeed |
Specifies a speed for an event
|