Version

DataProviderBase Class Members

The following tables list the members exposed by DataProviderBase.

Public Properties
 NameDescription
Public PropertyConnectionSettingsGets the connection settings that are needed for accessing the data source.  
Public Methods
 NameDescription
Public MethodLoadCubesAsyncLoads the cubes asynchronously.  
Public MethodLoadDimensionsAsyncLoads the dimensions in the cube asynchronously.  
Public MethodLoadKpisAsyncLoads the KPIs in the cube asynchronously.  
Public MethodLoadMeasureGroupDimensionsAsyncLoads the measure group dimensions in the cube asynchronously.  
Public MethodLoadMeasureGroupsAsyncLoads the measure groups in the cube asynchronously.  
Public MethodLoadMeasuresAsyncLoads the measures in the cube asynchronously.  
Public MethodLoadMembersLoads the members depends on given member unique name and the additional integer parameter.  
Public MethodLoadMembersAsyncOverloaded. Loads the members and add them as a children to the parent member.  
Public MethodLoadSchemaAsyncLoads the schema asynchronously.  
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)AddCubeAdds the cube to schema's cubes collection.  
Protected Methodstatic (Shared in Visual Basic)AddDimensionAdds the dimension to the cube's dimensions collection.  
Protected Internal Methodstatic (Shared in Visual Basic)AddFilterMemberAdds the given Infragistics.Olap.Data.IFilterMember to root level of folter members of FilterViewModelBase.  
Protected Methodstatic (Shared in Visual Basic)AddHierarchyAdds the hierarchy to the dimension's hierachies collection.  
Protected Methodstatic (Shared in Visual Basic)AddKpiAdds the KPI to cube's kpis collection.  
Protected Methodstatic (Shared in Visual Basic)AddLevelAdds the level to the hierarchy's levels collection.  
Protected Methodstatic (Shared in Visual Basic)AddMeasureAdds the measure to cube's measures collection.  
Protected Methodstatic (Shared in Visual Basic)AddMeasureGroupAdds new measure group to the cube's measure groups collection.  
Protected Methodstatic (Shared in Visual Basic)AddMeasureGroupDimensionsAdds dimension with specified name to specific measure group.  
Protected Methodstatic (Shared in Visual Basic)AddMemberOverloaded. Adds the member as a child member.  
Protected Methodstatic (Shared in Visual Basic)ClearCubesClears the cubes collection.  
Protected Methodstatic (Shared in Visual Basic)ClearMemberChildrenOverloaded. Clears the member children collection.  
Protected MethodOnLoadCubesCompletedFires LoadCubesCompleted event.  
Protected MethodOnLoadDimensionsCompletedFires LoadDimensionsCompleted event.  
Protected MethodOnLoadKpisCompletedFires LoadKpisCompleted event.  
Protected MethodOnLoadMeasureGroupDimensionsCompletedFires LoadMeasureGroupDimensionsCompleted event.  
Protected MethodOnLoadMeasureGroupsCompletedFires LoadMeasureGroupsCompleted event.  
Protected MethodOnLoadMeasuresCompletedFires LoadMeasuresCompleted event.  
Protected MethodOnLoadMembersCompletedFires LoadMembersCompleted event.  
Protected MethodOnLoadSchemaCompletedFires LoadMembersCompleted event.  
Protected Internal Methodstatic (Shared in Visual Basic)RemoveFilterMemberRemoves the given Infragistics.Olap.Data.IFilterMember from filter members hierarchy of particular FilterViewModelBase.  
Protected Methodstatic (Shared in Visual Basic)RemoveHierarchyRemoves hierarchy from the dimension's hierachies collection.  
Protected Methodstatic (Shared in Visual Basic)RemoveLevelRemoves the level from the hierarchy's levels collection.  
Protected Methodstatic (Shared in Visual Basic)RemoveMemberOverloaded. Removes the first occurrence of a member from the parent members collection.  
Public Events
 NameDescription
Public EventLoadCubesCompletedOccurs when asynchronous call for loading cubes is completed.  
Public EventLoadDimensionsCompletedOccurs when asynchronous call for loading dimensions is completed.  
Public EventLoadKpisCompletedOccurs when asynchronous call for loading KPIS is completed.  
Public EventLoadMeasureGroupDimensionsCompletedOccurs when asynchronous call for loading of measure group dimensions is completed.  
Public EventLoadMeasureGroupsCompletedOccurs when asynchronous call for loading measure groups is completed.  
Public EventLoadMeasuresCompletedOccurs when asynchronous call for loading measures is completed.  
Public EventLoadMembersCompletedOccurs when asynchronous call for loading members is completed.  
Public EventLoadSchemaCompletedOccurs when asynchronous call for loading schema is completed.  
See Also