Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | ActivateSmartViewerEventHandler () |
Activates SmartViewer TextChanged/ChechedChanged Event Handlers
after a navigation (FetchFirst/FetchNext/FetchPrev/FetchLast) |
|
# | AddRecordInUpdatableGrid () |
Ensures an updatable browser is in the correct adding state after
a record was createrd through the Binding Source event |
|
+ | AddSmartNavigationSource (ISmartNavigationSource) |
Adds a(nother) SmartNavigationSource to the SmartDataAdapter
instance |
|
+ | AttachBindingSource (BindingSource) |
This Method is used to attach a new BindingSource to a SmartDataTarget.
Inside a SmartDataAdapter which can be a SmartDataTarget a new
BindingSource is created or borrowed from a Browser. |
|
# | AttachSchemaToBindingSource (BindingSource) |
Attaches the Data Schema to the BindingSource |
|
+ | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method |
|
+ | BeginUpdateState (ISmartDataTarget) |
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the SmartDataSource |
|
+ | CancelCreateRecord () |
Invoked from the SmartDataTarget to cancel the creation of a new
row |
|
# A | CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
Event Handler for the CancelCreateRow event of the ProBindingSource |
|
+ | CloseQuery () |
Empties the Resultset of this SmartDataAdapter. Used to clear grids |
|
# | HANDLE ConnectService () |
Returns the handle of the AppServer partition associated with
this SmartDataAdapter |
|
# | CreateBindingSource () |
CreateBindingSource is to be called inside the RetrieveData Method
if no valid BindingSource is present inside the SmartDataAdapter.
The newly created BindingSource is then registered to all
SmartDataTargets of this SmartDataAdapter. |
|
+ | CreateRecord () |
Invoked from the SmartDataTarget to create a new row |
|
# A | CreateRowHandler (Object, CreateRowEventArgs) |
Handler for the CreateRow event of the ProBindingSource |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | DeactivateSmartViewerEventHandler () |
Activates SmartViewer TextChanged/ChechedChanged Event Handlers
after a navigation (FetchFirst/FetchNext/FetchPrev/FetchLast)
*/ |
|
# | LOGICAL DeleteQueryRow () |
This protected method can be used to remove the current row from a
Query. This method calls DeleteQueryRow(FALSE). |
|
# | LOGICAL DeleteQueryRow (logical) |
This protected method can be used to remove the current row from a
Query. The parameter is logical and controls if only the first
table (FALSE) or all rows shall be removed. |
|
+ A | DeleteRow () |
The DeleteRow is an abstract method - that means that it needs
to be overridden in a class that inherits from this base class.
Enforced by Interface ISmartDataSource. |
|
+ | DeregisterSmartDataTarget (ISmartDataTarget) |
Deregister a SmartDataTarget with the SmartDataSource. Usually done
when a SmartDataTarget is deleted and the SmartDataSource is still
running |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of this instance |
|
+ | EndInit () |
Invoked at the end of a Containers InitializeComponents method |
|
+ | EndUpdateState (ISmartDataTarget) |
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the SmartDataSource |
|
# | EndUpdateStateInDataSource (ISmartDataTarget) |
Invokes EndUpdateState in the SmartDataSource of this SmartDataAdapter |
|
+ | EvaluateTableIOState () |
This Method is enforced by the Interface ISmartDataTarget and is
only required for visual DataTargets. |
|
+ | LOGICAL FetchFirst () |
This Method moves to the first DataRow inside the BindingSource. |
|
+ | LOGICAL FetchLast () |
This Method moves to the last DataRow inside the BindingSource. |
|
+ | LOGICAL FetchNext () |
This Method moves to the next DataRow inside the BindingSource. |
|
+ | LOGICAL FetchPrev () |
This Method moves to the previous DataRow inside the BindingSource. |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser () |
Returns the reference to the linked SmartDataBrowser, if any |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget () |
Returns the reference to the first linked ISmartDataTarget which is
also an ISmartTableIOTarget, that has a valid SmartTableIOSource assigned |
|
+ | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetFieldValues (character) |
Returns a CHR(1) delimited list of field values from the
DataSource |
|
+ | PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER GetRecordPosition () |
Evaluates the current record position property value |
|
+ | LOGICAL HasFields (character) |
Returns a logical value indicating if the SmartDataAdapter can provide
the given fields |
|
+ | LOGICAL HasUpdatingDataTarget () |
Returns if the SmartDataAdapter has a SmartDataTarget that
is currently modifying data |
|
# | InvokeParentPositionChanged (Object, EventArgs) |
Invokes the ParentPositionChanged event handler in all connected
SmartDataAdapter instances |
|
+ | LOGICAL IsUpdating (logical) |
Returns if if this Adapter or any of it's Data-Target Adapters are
updating (a Data-Target with SmartTableIOState:ModifyingData) |
|
# | OffEndHandler (Object, OffEndEventArgs) |
Event handler for the OffEnd event of the ProBindingSource object |
|
# | OnAfterQueryPositionChanged (EventArgs) |
Raises the AfterQueryPositionChanged event |
|
# | OnAfterRetrieveData (EventArgs) |
Raises the AfterRetrieveData event |
|
# | OnBeforeRetrieveData (CancelEventArgs) |
Raises the BeforeRetrieveData event |
|
# | OnBeginUpdateState (DataSourceUpdateStateEventArgs) |
Raises the BeginUpdateState event |
|
# | OnBindingSourceChanged (BindingSourceChangedEventArgs) |
Raises the BindingSourceChanged event |
|
# | OnCurrentChanged (EventArgs) |
Raises the CurrentChanged event |
|
# | OnEndUpdateState (DataSourceUpdateStateEventArgs) |
Raises the EndUpdateState event |
|
# | OnQueryClosed (EventArgs) |
Raises the QueryClosed |
|
# | OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs) |
Raises the SmartNavigationTargetPositionChanged event |
|
# | OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs) |
Raises the SmartNavigationTargetStateChanged event |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs) |
Event Handler for the BindingSourceChanged event of the
SmartDataSoruce |
|
+ | ParentPositionChanged (Object, EventArgs) |
This Method is invoked by the ParentPositionChangedBase Event Handler
of the SmartDataAdapters base class when the PositionChanged Event of
the SmartDataSources BindingSource is fired. |
|
+ F | ParentPositionChangedBase (Object, EventArgs) |
Handler for the PositionChanged Event of the SmartDataSources
BindingSource. |
|
# | PositionChangedHandler (Object, EventArgs) |
Handler for the PositionChanged event of the BindingSource attached
to this SmartDataAdapter instance. |
|
+ | RegisterSmartDataTarget (ISmartDataTarget) |
Register a SmartDataTarget with the SmartDataSource.
This Method is called by Classes implementing the ISmartDataTarget
Interface when a new SmartDataSource is set. |
|
+ | RemoveSmartNavigationSource (ISmartNavigationSource) |
Removes a SmartNavigationSource from the SmartDataAdapter
instance |
|
+ | RepositionToRowid (character) |
Repositions to a Rowid list from a character |
|
+ | RepositionToRowid (rowid) |
Repositions to a single Rowid |
|
+ | RepositionToRowid (rowid[]) |
Repositions to a Rowid Array |
|
+ A | LOGICAL RetrieveData () |
RetrieveData is an abstract method - that means that it needs
to be overridden in a class that inherits from this base class.
Enforced by Interface ISmartDataSource. |
|
# | SetSmartDataSource (ISmartDataSource) |
SetSmartDataSource sets the SmartDataSource of the current instance
of the SmartDataAdapter. |
|
+ | SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber) |
Subscribes an instance of an object to the AfterRetrieveData
callback. |
|
+ A | UpdateRow () |
The UpdateRow is an abstract method - that means that it needs
to be overridden in a class that inherits from this base class.
Enforced by Interface ISmartDataSource. |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartDataAdapter () |
The Constructor initializes a new SmartDataAdapter. The Default
Value for cSmartDataSourceState is set to Navigatable. |
|
+ | SmartDataAdapter (IContainer) |
The Constructor initializes a new SmartDataAdapter. The Default
Value for cSmartDataSourceState is set to Navigatable. |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterQueryPositionChanged DELEGATE System.EventHandler |
Event fired whenever the QueryPosition has changed (i.e. Add or
Delete and Grids etc. need to update the current position) |
|
+ | AfterRetrieveData DELEGATE System.EventHandler |
Event fired whenever the SmartDataAdapter has opened a new query |
|
+ | BeforeRetrieveData DELEGATE System.ComponentModel.CancelEventHandler |
Event fired before the SmartDataAdapter is about to open a new query |
|
+ | BeginUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
begins the update state |
|
+ | BindingSourceChanged (Object, BindingSourceChangedEventArgs) |
Event fired whenever the SmartDataAdapters BindingSource property
changes |
|
+ | CurrentChanged DELEGATE System.EventHandler |
Raised whenever the Data Adapter is positioned on a new row. |
|
+ | EndUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
ends the update state |
|
+ | QueryClosed DELEGATE System.EventHandler |
Raised when the CloseQuery method is called |
|
+ | SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs) |
Event fired whenever the RecordPositon properties has changed |
|
+ | SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs) |
Event fired whenever the SmartDataSourceState property has changed |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AppServerPartition |
|
|
+ | LOGICAL Available |
|
|
# | CHARACTER BindableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | Progress.Data.BindingSource BindingSource |
|
|
+ | CHARACTER BindingSourceExcludeFields |
|
|
+ | CHARACTER BindingSourceIncludeFields |
|
|
# | CHARACTER CategorizedProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER CategoryProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | Progress.Data.BindingSource DataSourceBindingSource |
|
|
# | CHARACTER DescribedProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DescriptionProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVisibilityAttributes |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVisibilityProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | LOGICAL DesingerHostLoading |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | LOGICAL Initializing |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource |
|
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | INTEGER PreviousPosition |
|
|
+ | CHARACTER RecordPosition |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource |
|
|
+ | LOGICAL SmartDataSourceActive |
|
|
+ | CHARACTER SmartDataSourceState |
|
|
+ | Consultingwerk.SmartComponents.Base.ListISmartDataTarget SmartDataTargets |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataTarget UpdatingSmartDataTarget |
|
Top
PROTECTED ActivateSmartViewerEventHandler ()
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddRecordInUpdatableGrid ()
|
|||||||||||||||||||||||||||||||
PUBLIC AddSmartNavigationSource (ISmartNavigationSource)
|
|||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||
PROTECTED AttachSchemaToBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||
PUBLIC BeginInit ()
|
|||||||||||||||||||||||||||||||
PUBLIC BeginUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC CancelCreateRecord ()
|
|||||||||||||||||||||||||||||||
PROTECTED CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC CloseQuery ()
|
|||||||||||||||||||||||||||||||
PROTECTED HANDLE ConnectService ()
|
|||||||||||||||||||||||||||||||
PROTECTED CreateBindingSource ()
|
|||||||||||||||||||||||||||||||
PUBLIC CreateRecord ()
|
|||||||||||||||||||||||||||||||
PROTECTED CreateRowHandler (Object, CreateRowEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||
PUBLIC DeactivateSmartViewerEventHandler ()
|
|||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow ()
|
|||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow (logical)
|
|||||||||||||||||||||||||||||||
PUBLIC DeleteRow ()
|
|||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC EndInit ()
|
|||||||||||||||||||||||||||||||
PUBLIC EndUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateInDataSource (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchFirst ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchLast ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchNext ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchPrev ()
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser ()
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget ()
|
|||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetFieldValues (character)
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetRecordPosition ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasFields (character)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasUpdatingDataTarget ()
|
|||||||||||||||||||||||||||||||
PROTECTED InvokeParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsUpdating (logical)
|
|||||||||||||||||||||||||||||||
PROTECTED OffEndHandler (Object, OffEndEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterQueryPositionChanged (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterRetrieveData (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeRetrieveData (CancelEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeginUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBindingSourceChanged (BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnCurrentChanged (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnEndUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnQueryClosed (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentPositionChangedBase (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED PositionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC RegisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PUBLIC RemoveSmartNavigationSource (ISmartNavigationSource)
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (character)
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid)
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid[])
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveData ()
|
|||||||||||||||||||||||||||||||
PROTECTED SetSmartDataSource (ISmartDataSource)
|
|||||||||||||||||||||||||||||||
PUBLIC SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber)
|
|||||||||||||||||||||||||||||||
PUBLIC UpdateRow ()
|
PUBLIC SmartDataAdapter ()
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartDataAdapter (IContainer)
|
PUBLIC AfterQueryPositionChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterRetrieveData DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC BeforeRetrieveData DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||
PUBLIC BeginUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||
PUBLIC BindingSourceChanged (Object, BindingSourceChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC CurrentChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC EndUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||
PUBLIC QueryClosed DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs)
|
PUBLIC CHARACTER AppServerPartition
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL Available
|
|||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||
PUBLIC CHARACTER BindingSourceExcludeFields
|
|||||||||
PUBLIC CHARACTER BindingSourceIncludeFields
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC Progress.Data.BindingSource DataSourceBindingSource
|
|||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED LOGICAL DesingerHostLoading
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL Initializing
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED INTEGER PreviousPosition
|
|||||||||
PUBLIC CHARACTER RecordPosition
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||
PUBLIC LOGICAL SmartDataSourceActive
|
|||||||||
PUBLIC CHARACTER SmartDataSourceState
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartDataTarget SmartDataTargets
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataTarget UpdatingSmartDataTarget
|