C1.Silverlight.Olap.5 Assembly : C1.Olap Namespace |
Class | Description | |
---|---|---|
BindingList<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 C1.Silverlight.Data.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<T> | Represents a collection of unique values of type T. |
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. |
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. |