|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
# | ActivateSmartViewerEventHandler () |
Activates SmartViewer TextChanged/ChechedChanged Event Handlers
after a navigation (FetchFirst/FetchNext/FetchPrev/FetchLast) Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | AddRecordInUpdatableGrid () |
Ensures an updatable browser is in the correct adding state after
a record was createrd through the Binding Source event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AddSmartNavigationSource (ISmartNavigationSource) |
Adds a(nother) SmartNavigationSource to the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL AssignQuerySelection (character, character, character) |
Assigns selection criteria to the query and distributes the
column/value pairs to the corresponding buffer's where-clause.
Each buffer's expression will always be embedded in parenthesis. |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | AttachSchemaToBindingSource (BindingSource) |
Attaches the Data Schema to the BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeginUpdateState (ISmartDataTarget) |
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CancelCreateRecord () |
Invoked from the SmartDataTarget to cancel the creation of a new
row Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
Event Handler for the CancelCreateRow event of the ProBindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
|
+ | CloseQuery () |
Empties the Resultset of this SmartDataAdapter. Used to clear grids Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CloseQuery () |
|
# | HANDLE ConnectService () |
Returns the handle of the AppServer partition associated with
this SmartDataAdapter Inherited from Consultingwerk.SmartComponents.Base.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. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CreateRecord () |
Invoked from the SmartDataTarget to create a new row Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CreateRowHandler (Object, CreateRowEventArgs) |
Handler for the CreateRow event of the ProBindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CreateRowHandler (Object, CreateRowEventArgs) |
|
# | 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)
*/ Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | LOGICAL DeleteQueryRow () |
This protected method can be used to remove the current row from a
Query. This method calls DeleteQueryRow(FALSE). Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | DeleteRow () |
Deletes the current row. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:DeleteRow () |
|
+ | DeregisterSmartDataTarget (ISmartDataTarget) |
Deregister a SmartDataTarget with the SmartDataSource. Usually done
when a SmartDataTarget is deleted and the SmartDataSource is still
running Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | DesignerOpenSmartDataObject () |
|
|
# | DestroySmartDataObject () |
Destroys the SmartDataObeject instance |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of this instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndInit () |
Invoked at the end of a Containers InitializeComponents method Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndUpdateState (ISmartDataTarget) |
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | EndUpdateStateInDataSource (ISmartDataTarget) |
Invokes EndUpdateState in the SmartDataSource of this SmartDataAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EvaluateTableIOState () |
This Method is enforced by the Interface ISmartDataTarget and is
only required for visual DataTargets. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchFirst () |
This Method moves to the first DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchLast () |
This Method moves to the last DataRow inside the BindingSource.
It is called by The Navigation Tools of the Toolbars.
Enforced by Interface ISmartNavigationTarget. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:FetchLast () |
|
+ | LOGICAL FetchNext () |
This Method moves to the next DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchPrev () |
This Method moves to the previous DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser () |
Returns the reference to the linked SmartDataBrowser, if any Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget () |
Returns the reference to the first linked ISmartDataTarget which is
also an ISmartTableIOTarget, that has a valid SmartTableIOSource assigned Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | 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 Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:GetFieldValues (character) |
|
+ | 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 Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:GetRecordPosition () |
|
+ | GetSmartDataObjectError () |
Formats Error message returned from the SmartDataObject using
the SmartDataObject error class
Error messages are returned using the fetchMessages API |
|
+ | LOGICAL HasFields (character) |
Returns a logical value indicating if the SmartDataAdapter can provide
the given fields Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | InitializeSmartDataObject () |
Initializes the SmartDataObject by running initializeObject |
|
# | InvokeParentPositionChanged (Object, EventArgs) |
Invokes the ParentPositionChanged event handler in all connected
SmartDataAdapter instances Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL IsUpdating (logical) |
Returns if if this Adapter or any of it's Data-Target Adapters are
updating (a Data-Target with SmartTableIOState:ModifyingData) Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | LaunchSmartDataObject () |
Launches the SmartDataObject associated with this Data Adapter
instance |
|
# | OffEndHandler (Object, OffEndEventArgs) |
Event handler for the OffEnd event of the ProBindingSource object Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:OffEndHandler (Object, OffEndEventArgs) |
|
# | OnAfterQueryPositionChanged (EventArgs) |
Raises the AfterQueryPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnAfterRetrieveData (EventArgs) |
Raises the AfterRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnBeforeRetrieveData (CancelEventArgs) |
Raises the BeforeRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnBeginUpdateState (DataSourceUpdateStateEventArgs) |
Raises the BeginUpdateState event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnBindingSourceChanged (BindingSourceChangedEventArgs) |
Raises the BindingSourceChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnCurrentChanged (EventArgs) |
Raises the CurrentChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnEndUpdateState (DataSourceUpdateStateEventArgs) |
Raises the EndUpdateState event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnQueryClosed (EventArgs) |
Raises the QueryClosed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs) |
Raises the SmartNavigationTargetPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs) |
Raises the SmartNavigationTargetStateChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Base.SmartComponent:OnVerbClicked (character) |
|
+ | LOGICAL OpenQuery () |
Opens the SmartDataObjects Query by calling RetrieveData |
|
+ | ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs) |
Event Handler for the BindingSourceChanged event of the
SmartDataSoruce Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | 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. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:ParentPositionChanged (Object, EventArgs) |
|
+ F | ParentPositionChangedBase (Object, EventArgs) |
Handler for the PositionChanged Event of the SmartDataSources
BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | PositionChangedHandler (Object, EventArgs) |
Handler for the PositionChanged event of the BindingSource attached
to this SmartDataAdapter instance. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:PositionChangedHandler (Object, EventArgs) |
|
+ | RegisterSmartDataTarget (ISmartDataTarget) |
Register a SmartDataTarget with the SmartDataSource.
This Method is called by Classes implementing the ISmartDataTarget
Interface when a new SmartDataSource is set. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL RemoveQuerySelection (character, character) |
Remove field expression(s) for specified column(s) and operator(s)
added by assignQuerySelection from the query. |
|
+ | RemoveSmartNavigationSource (ISmartNavigationSource) |
Removes a SmartNavigationSource from the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | RepositionToRowid (character) |
Repositions to a Rowid list from a character Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | RepositionToRowid (rowid) |
Repositions to a single Rowid Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | RepositionToRowid (rowid[]) |
Repositions to a Rowid Array Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL RetrieveData () |
Retrieves data from the SmartDataObject and binds the RowObject
temp-table to a ProBindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:RetrieveData () |
|
- | SetDesignerProperties () |
Sets Properties to customize Visual Designer behaviour |
|
# | SetSmartDataSource (ISmartDataSource) |
SetSmartDataSource sets the SmartDataSource of the current instance
of the SmartDataAdapter. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber) |
Subscribes an instance of an object to the AfterRetrieveData
callback. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | UpdateRow () |
UpdateRow submits the changes to a buffer into the using the
SmartDataObject API
Called by a DataTarget when it's required to save data.
Enforced by Interface ISmartDataSource. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:UpdateRow () |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartDataObjectAdapter () |
Constructor for the SmartDataObjectAdapter class |
|
+ | SmartDataObjectAdapter (IContainer) |
Constructor for the SmartDataObjectAdapter class |
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) Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AfterRetrieveData DELEGATE System.EventHandler |
Event fired whenever the SmartDataAdapter has opened a new query Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeforeRetrieveData DELEGATE System.ComponentModel.CancelEventHandler |
Event fired before the SmartDataAdapter is about to open a new query Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeginUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
begins the update state Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BindingSourceChanged (Object, BindingSourceChangedEventArgs) |
Event fired whenever the SmartDataAdapters BindingSource property
changes Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CurrentChanged DELEGATE System.EventHandler |
Raised whenever the Data Adapter is positioned on a new row. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
ends the update state Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | QueryClosed DELEGATE System.EventHandler |
Raised when the CloseQuery method is called Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs) |
Event fired whenever the RecordPositon properties has changed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs) |
Event fired whenever the SmartDataSourceState property has changed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL AddingRecord |
Gets if the SmartDataObjectAdapter is currently adding a new
row |
|
+ | CHARACTER AddRowIdent |
Gets the RowIdent of the added row |
|
+ | CHARACTER AppServerPartition |
Gets/Sets the name of the AppServer Partition to be used
by this SmartDataAdapter instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL Available |
Returns if the DataSource currently has a record available Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | INTEGER BatchSize |
Gets/Sets the BatchSize used when reading data from the Business
Entity. |
|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | Progress.Data.BindingSource BindingSource |
Get/Set the BindingSource of the current Class. The BindingSource
can be set to any class derived from Progress.Data.BindingSource.
This Property is set internaly if the SmartDataAdapter is attached
to a Browser where a DesignTime BindingSource is attached or if
the developer calls RetrieveData ().
*
If a valid BindingSource exists inside the SmartDataAdapter the
EventHandlers get unsubscribe from that instance and it is replaced
with the new one. After that the Handlers for the Events of the
BindingSource are subscribed to the new instance. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CHARACTER BindingSourceExcludeFields |
Get/Set the Exclude Fields for the BindingSource created by the
CreateBindingSource method. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CHARACTER BindingSourceIncludeFields |
Get/Set the Include Fields for the BindingSource created by the
CreateBindingSource method. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | HANDLE DataHandle |
Returns the handle to the RowObject query of the SmartDataObject |
|
+ | Progress.Data.BindingSource DataSourceBindingSource |
Returns a reference to the BindingSource of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | LOGICAL DesingerHostLoading |
Propery returns if the component's DesignerHost is currently
loading the document Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER ForeignFields |
ForeignFields related to the Parent SmartDataSource.
This Property is set by the SetSmartDataSource Method when a new
SmartDataSource is registered. |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | LOGICAL Initializing |
Indicates that the SmartDataAdapter is currrently being
Initialized Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource |
Represents the SmartDataSource property casted to a .NET Interface Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource |
Represents the SmartNavigationSource property casted to a .NET Interface Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | LOGICAL OpenSmartDataObject |
If Property is set a File selection Dialog is Shown to select a
SmartDataObject .w file and set the property SmartDataObjectName
to the selected filename. |
|
# | INTEGER PreviousPosition |
Get/Set if the Position of this Adapters BindingSource's position
prio to the last RetrieveData call. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CHARACTER RecordPosition |
Returns a Value of RecordPositionEnum representing the current position
The Property is read in the Method PositionChangedHandler () of a
Class implementing the Interface ISmartNavigationTarget.
Enforced by Interface ISmartNavigationTarget. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | HANDLE RowObject |
Returns the handle to the RowObject temp-table of the SmartDataObject |
|
+ | INTEGER RowsToBatch |
Gets/Sets the BatchSize used when reading data from the Business
Entity. |
|
+ | HANDLE SmartDataObjectHandle |
Gets the handle to the SmartDataObject instance |
|
+ | LOGICAL SmartDataObjectInitialized |
Retruns if the SmartDataObject is initalized |
|
+ | CHARACTER SmartDataObjectName |
The Name of the SmartDataObject .
This Property can be set by hand (typing in a .w file) or using a
Dialog by setting the Property OpenSmartDataObject to TRUE. |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL SmartDataSourceActive |
Get/Set if this instance of the SmartDataAdapter is subscribed
to the PositionChanged event of the SmartDataSource's BindingSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CHARACTER SmartDataSourceState |
Get/Set the SmartDataSourceState of the current Class.
This Property is set to Updating if the Method BeginUpdateState () of the
SmartDataAdapter instance is called and it is set to Navigatable
during initialization and if the Property SmartTableIOState of a
Viewer is set to anything but ModifyingData. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Base.ListISmartDataTarget SmartDataTargets |
Returns the list of SmartDataTargets as a generic list Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource |
Get and Set the current SmartNavigationSource of the SmartDataAdapter.
Every SmartNavigationTarget is registered with handshake and kept in a
collection.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataSource.
Enforced by Interface ISmartDataSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataTarget UpdatingSmartDataTarget |
Returns a reference to the SmartDataTarget which is currently in
update mode Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
Top
PROTECTED ActivateSmartViewerEventHandler ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddRecordInUpdatableGrid ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AddSmartNavigationSource (ISmartNavigationSource)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL AssignQuerySelection (character, character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 DesignerOpenSmartDataObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DestroySmartDataObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 GetSmartDataObjectError ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasFields (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeSmartDataObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InvokeParentPositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsUpdating (logical)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LaunchSmartDataObject ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 LOGICAL OpenQuery ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentPositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentPositionChangedBase (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED PositionChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartDataTarget (ISmartDataTarget)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RemoveQuerySelection (character, character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RemoveSmartNavigationSource (ISmartNavigationSource)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (character)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid[])
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveData ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetSmartDataSource (ISmartDataSource)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateRow ()
|
PUBLIC SmartDataObjectAdapter ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartDataObjectAdapter (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 LOGICAL AddingRecord
|
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER AddRowIdent
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER AppServerPartition
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Available
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER BatchSize
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindingSourceExcludeFields
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindingSourceIncludeFields
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE DataHandle
|
|||||||||||||||||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ForeignFields
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL OpenSmartDataObject
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED INTEGER PreviousPosition
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER RecordPosition
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE RowObject
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER RowsToBatch
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE SmartDataObjectHandle
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SmartDataObjectInitialized
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SmartDataObjectName
|
|||||||||||||||||||||||||||||||||||||||
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
|