|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | AttachBindingSource (BindingSource) |
This Method attaches a new BindingSource given as the Parameter
poBindingSource to the Objects of the current Class. The new
BindingSource may be created by a DataAdapter or borrowed from a
Browser.
It is called by the SmartDataAdapter Class when creating a new
BindingSource or when a new SmartDataSource is registered to the
Class implementing the Interface ISmartDataTarget. |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the SmartDataSource |
|
# | DisableForUpdate (ISmartDataTarget) |
Disable the Controls during an Update.
This Method is called by the SmartDataAdapter by a call to
BeginUpdateState () which is defined in the Interface ISmartDataSource.
Enforced by Interface ISmartDataTarget. |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of this instance |
|
# | EnableAfterUpdate () |
Enable the Controls after an Update.
This Method is called by the SmartDataAdapter when setting the
SmartDataSourceState Property to Navigatable.
Enforced by Interface ISmartDataTarget. |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the SmartDataSource |
|
+ | EvaluateTableIOState () |
This Method is not needed here but enforced by the Interface
ISmartDataTarget. |
|
# | OnBeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
# | OnEndInit () |
Invoked at the end of a Containers InitializeComponents method |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartComboControl () |
The Constructor initializes a new SmartComboControl and sets default
values. Set's the DesignTime property using the LicenseManager. |
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Data.BindingSource BindingSource |
Get the BindingSource of the current Class.
This Property is used to get a possibly existing DesignTime
BindingSource from the SmartDataBrowser Instance. A SmartDataAdapter
derived Class gets registered as the SmartDataSource for the
SmartDataBrowser and RegisterSmartDataTarget () is called to do the
handshake between those two Classes. |
|
# | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
+ | LOGICAL Initializing |
Indicated that the SmartDataAdapter is currrently being
Initialized |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Represents the SmartDataSource property casted to a .NET Interface |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
Get/Set the SmartDataSource of the current Class. The SmartDataSource
can be set to any class implementing the Interface ISmartDataSource.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget.
Enforced by Interface ISmartDataTarget. |
Top
PUBLIC AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PROTECTED DisableForUpdate (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED EnableAfterUpdate ()
|
|||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||
PROTECTED OnBeginInit ()
|
|||||||||||||||||||||||||||
PROTECTED OnEndInit ()
|
PUBLIC SmartComboControl ()
|
---|
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LOGICAL DesignTime
|
|||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|