The following tables list the members exposed by DataProviderBase.
Name | Description | |
---|---|---|
ConnectionSettings | Gets the connection settings that are needed for accessing the data source. |
Name | Description | |
---|---|---|
LoadCubesAsync | Loads the cubes asynchronously. | |
LoadDimensionsAsync | Loads the dimensions in the cube asynchronously. | |
LoadKpisAsync | Loads the KPIs in the cube asynchronously. | |
LoadMeasureGroupDimensionsAsync | Loads the measure group dimensions in the cube asynchronously. | |
LoadMeasureGroupsAsync | Loads the measure groups in the cube asynchronously. | |
LoadMeasuresAsync | Loads the measures in the cube asynchronously. | |
LoadMembers | Loads the members depends on given member unique name and the additional integer parameter. | |
LoadMembersAsync | Overloaded. Loads the members and add them as a children to the parent member. | |
LoadSchemaAsync | Loads the schema asynchronously. |
Name | Description | |
---|---|---|
AddCube | Adds the cube to schema's cubes collection. | |
AddDimension | Adds the dimension to the cube's dimensions collection. | |
AddFilterMember | Adds the given Infragistics.Olap.Data.IFilterMember to root level of folter members of FilterViewModelBase. | |
AddHierarchy | Adds the hierarchy to the dimension's hierachies collection. | |
AddKpi | Adds the KPI to cube's kpis collection. | |
AddLevel | Adds the level to the hierarchy's levels collection. | |
AddMeasure | Adds the measure to cube's measures collection. | |
AddMeasureGroup | Adds new measure group to the cube's measure groups collection. | |
AddMeasureGroupDimensions | Adds dimension with specified name to specific measure group. | |
AddMember | Overloaded. Adds the member as a child member. | |
ClearCubes | Clears the cubes collection. | |
ClearMemberChildren | Overloaded. Clears the member children collection. | |
OnLoadCubesCompleted | Fires LoadCubesCompleted event. | |
OnLoadDimensionsCompleted | Fires LoadDimensionsCompleted event. | |
OnLoadKpisCompleted | Fires LoadKpisCompleted event. | |
OnLoadMeasureGroupDimensionsCompleted | Fires LoadMeasureGroupDimensionsCompleted event. | |
OnLoadMeasureGroupsCompleted | Fires LoadMeasureGroupsCompleted event. | |
OnLoadMeasuresCompleted | Fires LoadMeasuresCompleted event. | |
OnLoadMembersCompleted | Fires LoadMembersCompleted event. | |
OnLoadSchemaCompleted | Fires LoadMembersCompleted event. | |
RemoveFilterMember | Removes the given Infragistics.Olap.Data.IFilterMember from filter members hierarchy of particular FilterViewModelBase. | |
RemoveHierarchy | Removes hierarchy from the dimension's hierachies collection. | |
RemoveLevel | Removes the level from the hierarchy's levels collection. | |
RemoveMember | Overloaded. Removes the first occurrence of a member from the parent members collection. |
Name | Description | |
---|---|---|
LoadCubesCompleted | Occurs when asynchronous call for loading cubes is completed. | |
LoadDimensionsCompleted | Occurs when asynchronous call for loading dimensions is completed. | |
LoadKpisCompleted | Occurs when asynchronous call for loading KPIS is completed. | |
LoadMeasureGroupDimensionsCompleted | Occurs when asynchronous call for loading of measure group dimensions is completed. | |
LoadMeasureGroupsCompleted | Occurs when asynchronous call for loading measure groups is completed. | |
LoadMeasuresCompleted | Occurs when asynchronous call for loading measures is completed. | |
LoadMembersCompleted | Occurs when asynchronous call for loading members is completed. | |
LoadSchemaCompleted | Occurs when asynchronous call for loading schema is completed. |