|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
- | AddChildDataSourceRequests (SmartBusinessEntityAdapter, character) |
Add child data source requests |
|
+ | AddDataSourceToTab (character, UltraTab, character) |
Adds a data source to a tab |
|
# | ApplyCountsToTabs () |
Apply the record counts to the tabs |
|
- | DataSource_AfterCreateRecord (Object, AfterCreateRecordEventArgs) |
Handler for the AfterCreateRecord event of a data source |
|
- | DataSource_AfterDeleteRecord (Object, AfterDeleteRecordEventArgs) |
Handler for the AfterDeleteRecord event of a data source |
|
- | DataSource_AfterRetrieveData (Object, EventArgs) |
Handler for the AfterRetrieveData event |
|
- | DataSource_AfterUpdateRecord (Object, AfterUpdateRecordEventArgs) |
Handler for the AfterUpdateRecord event of a data source |
|
- | DataSource_BeforeRetrieveData (Object, EventArgs) |
Handler for the BeforeRetrieveData event |
|
- | DataSource_QueryClosed (Object, EventArgs) |
Handler for the QueryClosed event |
|
- | DataSource_SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs) |
Handler for the SmartNavigationTargetPositionChanged event |
|
# | Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetDataSource (character) |
Returns the data source instance |
|
# | GetRecordCounts (SmartBusinessEntityAdapter, logical) |
Gets the current record counts from either the BindingSource or the DataSource |
|
+ | Initialize () |
Initializes the provider |
|
# | SetCountsToZero (SmartBusinessEntityAdapter) |
Reset the record count of the given data source to zero |
|
+ | Shutdown () |
Shuts the provider down |
|
# | SubscribeDataSourceEvents (SmartBusinessEntityAdapter) |
Subscribes to the events of a data source |
|
# | SubscribeParentDataSources (SmartBusinessEntityAdapter) |
Subscribes to the events of the given data sources parents |
|
# | UnsubscribeDataSourceEvents (SmartBusinessEntityAdapter) |
Unsubscribe from the events of the given data source |
Options | Name | Purpose | |
---|---|---|---|
+ | DataSourceRecordCountProvider (IHasTabDataSourceCount) |
Constructor for the DataSourceRecordCountProvider class |
Top
PRIVATE AddChildDataSourceRequests (SmartBusinessEntityAdapter, character)
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddDataSourceToTab (character, UltraTab, character)
|
||||||||||||||||||||||||||
PROTECTED ApplyCountsToTabs ()
|
||||||||||||||||||||||||||
PRIVATE DataSource_AfterCreateRecord (Object, AfterCreateRecordEventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_AfterDeleteRecord (Object, AfterDeleteRecordEventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_AfterRetrieveData (Object, EventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_AfterUpdateRecord (Object, AfterUpdateRecordEventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_BeforeRetrieveData (Object, EventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_QueryClosed (Object, EventArgs)
|
||||||||||||||||||||||||||
PRIVATE DataSource_SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs)
|
||||||||||||||||||||||||||
PROTECTED Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter GetDataSource (character)
|
||||||||||||||||||||||||||
PROTECTED GetRecordCounts (SmartBusinessEntityAdapter, logical)
|
||||||||||||||||||||||||||
PUBLIC Initialize ()
|
||||||||||||||||||||||||||
PROTECTED SetCountsToZero (SmartBusinessEntityAdapter)
|
||||||||||||||||||||||||||
PUBLIC Shutdown ()
|
||||||||||||||||||||||||||
PROTECTED SubscribeDataSourceEvents (SmartBusinessEntityAdapter)
|
||||||||||||||||||||||||||
PROTECTED SubscribeParentDataSources (SmartBusinessEntityAdapter)
|
||||||||||||||||||||||||||
PROTECTED UnsubscribeDataSourceEvents (SmartBusinessEntityAdapter)
|
PUBLIC DataSourceRecordCountProvider (IHasTabDataSourceCount)
|
---|