For a list of all members of this type, see DataSourceBase members.
| Name | Description | |
|---|---|---|
![]() | AreaFieldSettings | Gets or sets the area items editing settings. |
![]() | Columns | Gets or sets collection of IFilterViewModel items that represents the columns of model. |
![]() | ConnectionSettings | Gets or sets the connection settings. |
![]() | Cube | Gets or sets the currently selected Infragistics.Olap.Data.ICube object that contains the particular data slices. |
![]() | Cubes | Gets or sets collection of available Infragistics.Olap.Data.ICube items. |
![]() | DeferredLayoutUpdate | Gets or sets a value indicating whether data is loaded on demand. |
![]() | Error | Gets or sets the exception object if exception has been thrown while ExecuteCommandDoWork is executed. |
![]() | Filters | Gets or sets collection of IAreaItemViewModel items that represents the selected filters of model. |
![]() | HierarchyExpansionMode | Gets or sets the hierarchy expansion mode used to create the visual members hierarchy. |
![]() | IsBusy | Gets a value indicating whether this IOlapViewModel is busy with data gathering or result processing. |
![]() | IsFlatData | Gets or sets a value indicating whether this DataSourceBase is connected to flat data or to analysis server. |
![]() | IsInitializing | Gets or sets a value indicating whether this DataSourceBase is in process of initialization. |
![]() | IsSwitchingAreaItemLocation | Gets or sets a value indicating whether this instance is switching the location of an item from one area to another. |
![]() | LevelDefaultSortDirections | Gets the list of level default sort directions. |
![]() | LevelFirstSortDirection | Gets or sets the level default sort direction for levels not present in LevelDefaultSortDirections collection when PreserveMembersOrder is set to false. |
![]() | LevelSortDirections | Gets a collection of the sorted levels unique names and their sort directions. |
![]() | MeasureGroup | Gets or sets the currently selected Infragistics.Olap.Data.IMeasureGroup object. When MeasureGroup is different than null the hierarchy of cube is filtered and just dimensions from the selected measure group are available for processing. |
![]() | MeasureGroups | Gets collection of available Infragistics.Olap.Data.IMeasureGroup items. |
![]() | MeasureListIndex | Gets or sets the initial position of measures area item when more than one measure is applied. |
![]() | MeasureListLocation | Gets or sets where measures are placed when more than one measure is applied. |
![]() | MeasureListViewModel | Gets special type of IAreaItemViewModel that is responsible for displaying of multiple measure items. |
![]() | Measures | Gets or sets collection of IMeasureViewModel items that represents the selected measures of model. |
![]() | Metadata | Gets collection with hierarchical structure where are loaded all Infragistics.Olap.Data.ICube.Dimensions and Infragistics.Olap.Data.ICube.Measures of the instance if Infragistics.Olap.Data.ICube that is set to Cube property. The loaded in the collection items may varie depends on the choosen MeasureGroup. |
![]() | ParentInFrontForColumns | Gets or sets a value indicating whether parent for columns is in front of children. |
![]() | ParentInFrontForRows | Gets or sets a value indicating whether parent for rows is in front of children. |
![]() | PreserveMembersOrder | Gets or sets a value indicating whether is preserved the data source order of members when there is no header sorting applied. |
![]() | Processing | Gets or sets a value indicating whether this DataSourceBase is processing. |
![]() | Result | Gets the Infragistics.Olap.Data.IResult object created by the data provider. |
![]() | Rows | Gets or sets collection of IFilterViewModel items that represents the rows of model. |
![]() | SortDescriptors | Gets the collection of KeyValuePair where Infragistics.Olap.Data.ITuple instance is used as key and SortDirection is used as value that indicates how the data related to the key is odered. |
| Name | Description | |
|---|---|---|
![]() | CubesList | Gets the cubes list. |
![]() | DataProvider | Gets or sets the data provider responsible for generating data for the ViewModel. |
![]() | DesiredMeasureListIndex | Gets or sets the desired index MeasureListViewModel appears at. |
![]() | FullResult | Gets the full cached result. |
![]() | HasInitializationData | Gets or sets a value indicating whether the initialization values are set for any of Rows, Columns, Measures or Filters collections. |
![]() | HierarchizedResult | Gets the visible result in its hierarchized form. |
![]() | IsPivoting | Gets a value indicating whether the location of the items in Rows and Columns changes because PivotGrid is called. |
![]() | IsSchemaDirty | Gets or sets a value indicating whether the current schema will be reloaded when LoadSchemaAsync is called. |
![]() | IsWorkerBusy | Gets a value indicating whether the background worker used to build the Infragistics.Olap.Data.IResult is busy. |
![]() | RawResult | Gets the raw visible result. |
![]() | SkipRefreshGrid | Gets or sets a value indicating whether refreshing the grid should be skipped. |