Classes
| Class | Description | |
|---|---|---|
|
|
BindingList<(Of <(<'T>)>)> |
Provides a generic collection that supports data binding.
|
|
|
C1OlapConditionalFieldStyle |
Conditional style applied to cells depending on their value.
|
|
|
C1OlapEngine |
Class that tabulates data in a DataSource according to lists of
fields and creates a DataTable exposed by the OlapTable property.
|
|
|
C1OlapField |
Represents a property of the items in the data source.
|
|
|
C1OlapFieldList |
Represents a list of C1OlapField objects.
|
|
|
C1OlapFieldStyle |
Style used to display field values to the user.
|
|
|
C1OlapFilter |
Represents a filter used to select values for a field.
|
|
|
C1OlapKey |
Represents a combination of C1OlapField objects and their values.
|
|
|
FilterCondition |
Represents a condition within a C1OlapFilter.
|
|
|
ListChangedEventArgs |
Provides data for the ListChanged event.
|
|
|
PropertyDescriptor |
Provides an abstraction of a property on a class.
|
|
|
PropertyDescriptorCollection |
Represents a collection of PropertyDescriptor objects.
|
|
|
TypeDescriptor |
Provides information about the characteristics for an object,
such as its attributes, properties, and events.
|
|
|
ValueSet<(Of <(<'T>)>)> |
Represents a collection of unique values of type T.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
IBindingList |
Provides the features required to support both complex and simple
scenarios when binding to a data source.
|
|
|
ITypedList |
Provides functionality to discover the schema for a bindable list,
where the properties available for binding differ from the public
properties of the object to bind to.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
ConditionOperator |
Represents operators that can be used in filter conditions.
|
|
|
ConditionType |
Specifies the type of comparison to be used when applying a
C1OlapConditionalFieldStyle.
|
|
|
ListChangedType |
Specifies how the list changed.
|
|
|
ShowTotals |
Specifies whether to include totals in the output table.
|
|
|
Subtotal |
Specifies the type of subtotal (aggregate) statistic to calculate.
|