|
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
|
|
+
|
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
|
|
#
A
|
AttachQueryToBindingSource ()
|
Attaches the Query/ProDataset to the BindingSource Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:AttachQueryToBindingSource ()
|
|
#
|
AttachSchemaToBindingSource (BindingSource)
|
Attaches the Data Schema to the BindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:AttachSchemaToBindingSource (BindingSource)
|
|
+
|
BeginInit ()
|
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
A
|
BeginTransactionState ()
|
Begins a transaction when starting update Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:BeginTransactionState ()
|
|
+
|
BeginUpdateState (ISmartDataTarget)
|
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:BeginUpdateState (ISmartDataTarget)
|
|
#
|
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 Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:CancelCreateRecord ()
|
|
#
A
|
CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
Event Handler for the CancelCreateRow event of the ProBindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
|
+
|
CancelInDataTargets ()
|
Recursively invokes CancelUpdate in all DataTargets that are currently
updating Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
ClearPreviousQueryString (logical)
|
Clears the PreviousQueryString information to ensure that the
ParentPositionChanged event handler does reopen the query regardless
of identical key values Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
CloseQuery ()
|
Empties the Resultset of this SmartDataAdapter. Used to clear grids Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:CloseQuery ()
|
|
+
|
LOGICAL CommitTransaction ()
|
Commits the transaction to the backend Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
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
|
|
+
|
CreateParentRecord (character)
|
Creates a parent record when needed for creating a record in a
SmartGroupCreateTarget Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
CreateRecord ()
|
Invoked from the SmartDataTarget to create a new row Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:CreateRecord ()
|
|
#
A
|
CreateRowHandler (Object, CreateRowEventArgs)
|
Handler for the CreateRow event of the ProBindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter: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
|
|
+
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. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter: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
|
|
+
|
DeregisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
Deregister a SmartGroupCreateTarget with the SmartGroupCreateSource
* Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
DisposedHandler (Object, EventArgs)
|
Event handler for the Disposed event of this instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
|
EmptyDataset ()
|
Empties the ProDataset Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
EndInit ()
|
Invoked at the end of a Containers InitializeComponents method Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:EndInit ()
|
|
+
|
EndUpdateState (ISmartDataTarget)
|
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:EndUpdateState (ISmartDataTarget)
|
|
#
|
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 Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:EndUpdateStateInDataSource (ISmartDataTarget)
|
|
#
|
CHARACTER EvaluateParentQuery ()
|
Evaluates the QueryString based on the Parent Filter Fields Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
CHARACTER EvaluateParentQuery (logical)
|
Evaluates the QueryString based on the Parent Filter Fields Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
A
|
CHARACTER EvaluateParentQueryAfterUpdate ()
|
Evaluates the QueryString based on the Parent Filter Fields after
UpdateRow Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:EvaluateParentQueryAfterUpdate ()
|
|
+
|
EvaluateTableIOState ()
|
This Method is enforced by the Interface ISmartDataTarget and is
only required for visual DataTargets. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
|
LOGICAL FetchAll ()
|
Fetches all remaining data from the backend Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
FetchBatch (character)
|
Fetches the next/previous/first/last Batch
|
|
+
|
LOGICAL FetchFirst ()
|
This Method moves to the first DataRow inside the BindingSource. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:FetchFirst ()
|
|
+
|
LOGICAL FetchLast ()
|
This Method moves to the last DataRow inside the BindingSource. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:FetchLast ()
|
|
+
|
FetchLastOnServer ()
|
Fetch Last On Server, used by FetchLast when FetchLastOnServer = TRUE Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
FetchMoreRowsForwards (integer)
|
Fetches additional rows forwards Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
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. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:FetchPrev ()
|
|
+
|
SmartDatasetAdapter FindCommitErrorDatasetChildAdapter (RecordIdentifier)
|
Locates the SmartDatasetAdapter to be used to handle a commit transaction
validation error Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
LOGICAL FindLastRowWhere (character)
|
Finds the last a row in the EntityTable and locates the BindingSource
to that row Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
SmartDatasetAdapter FindLinkedDatasetAdapterForEntityTable (character)
|
Searches for a linked SmartDatasetAdpater with the given entity table Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
ISmartDataBrowser FindLinkedSmartDataBrowser ()
|
Returns the reference to the linked SmartDataBrowser, if any Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
|
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
|
|
+
|
ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget (SmartDatasetAdapter, RecordIdentifier)
|
Locates the SmartTableIOTarget to be used to handle a commit transaction
validation error Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
LOGICAL FindRowWhere (character)
|
Finds a row in the EntityTable and locates the BindingSource
to that row Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
LOGICAL FindRowWhere (character, FindRowWhereModeEnum)
|
Finds a row in the EntityTable and locates the BindingSource
to that row, optionally requesting the record on the server
when not found on the client. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter FromDatasetController (IDatasetController)
|
Locates the SmartBusinessEntityAdapter instance that is working
with the passed in IDatasetController Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
AttributeCollection GetAttributes ()
|
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent
|
|
+
|
Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester.BatchContext GetBatchContext ()
|
Returns the current batch context
|
|
+
|
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
|
|
+
|
CHARACTER GetCurrentRecordKey ()
|
Returns a key identifying the current record Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
ROWID GetCurrentRowid ()
|
Returns the Current Rowids Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
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
|
|
#
|
CHARACTER GetDesignTimeDataSourceClassName ()
|
Returns the Class Name used for creating SmartBusinessEntityBindingSource
(or derived) components at design time (SCL-1000), using the
"Create BindingSource" designer verb Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
System.Object GetEditor (Type)
|
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent
|
|
#
|
HANDLE GetEmptyDataset ()
|
Retrieves an empty dataset Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
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.SmartDatasetAdapter:GetFieldValues (character)
|
|
#
|
ListQueryExpressionByTable GetNewFilterValues ()
|
Builds an empty ListQueryExpressionByTable instance and raises the
CollectFilterValues event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
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.Implementation.SmartBusinessEntityAdapter:GetRecordPosition ()
|
|
+
|
Consultingwerk.SmartComponents.Implementation.RetrieveDataStatusEnum GetRetrieveDataStatus ()
|
Evaluates the status of the current RetrieveData operation Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
HandleBufferQuestions (handle)
|
Handles a SmartUiAction field Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
HandleQuestions (handle)
|
Handles questions retrieved by the backend Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
LOGICAL HasCopiedFromField ()
|
Returns if the first table of the Adapter provides a field
SmartCopiedFrom Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
LOGICAL HasFields (character)
|
Returns a logical value indicating if the SmartDataAdapter can provide
the given fields Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
LOGICAL HasPendingTransaction ()
|
Prompts if pending changes should be saved before retrieving new
data Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
LOGICAL HasPendingUpdate ()
|
Prompts if pending update should be saved before retrieving new
data, called from RetrieveData Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
LOGICAL HasUpdatingDataTarget ()
|
Returns if the SmartDataAdapter has a SmartDataTarget that
is currently modifying data Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
A
|
InitializeAdapter ()
|
Initializes the SmartBusinessEntityAdpater Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:InitializeAdapter ()
|
|
+
A
|
InitializeAdapter (logical)
|
Initializes the SmartBusinessEntityAdpater Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:InitializeAdapter (logical)
|
|
#
|
InitializeServiceAdapter ()
|
Initializes the ServiceAdapter property of the SmartBusinessEntityAdapter
class Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
InvokeMethod (character, dataset-handle, ISerializable)
|
Invokes a method in the backend OERA business entity Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
InvokeParentPositionChanged (Object, EventArgs)
|
Invokes the ParentPositionChanged event handler in all connected
SmartDataAdapter instances Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:InvokeParentPositionChanged (Object, EventArgs)
|
|
+
|
LOGICAL IsRowUncommittedAdd ()
|
Returns if the current record of the EntityTable is an uncommitted
Add (that is ROW-STATE = ROW-CREATED) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
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
|
|
+
|
LaunchDatasetController ()
|
Launches the DatatasetController Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
MergeChanges (handle, handle)
|
Invokes the MERGE-CHANGES after data was submitted to the backend Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable)
|
Merges two Query Strings Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
Consultingwerk.OERA.IFetchDataRequest NewFetchDataRequest (character, character, character, integer, character)
|
Factory method for IFetchDataRequest objects Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
OffEnd ()
|
Fetches the Next Batch of records
|
|
#
|
OffEndHandler (Object, OffEndEventArgs)
|
Event handler for the OffEnd event of the ProBindingSource object Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:OffEndHandler (Object, OffEndEventArgs)
|
|
+
|
OffHome ()
|
Fetches the Previous Batch of records Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterAssignRecord (AfterAssignRecordEventArgs)
|
Raises the AfterAssignRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAfterAutoCommitTransaction (EventArgs)
|
Raises the AfterAutoCommitTransaction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterBatchAvailable (EventArgs)
|
Raises the AfterBatchAvailable event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs)
|
Raises the AfterCancelCreateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAfterCommitTransaction (EventArgs)
|
Raises the AfterCommitTransaction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterCreateRecord (AfterCreateRecordEventArgs)
|
Raises the AfterCreateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAfterDeleteRecord (AfterDeleteRecordEventArgs)
|
Raises the AfterDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAfterGetChanges (AfterGetChangesEventArgs)
|
Raises the AfterGetChangesEvent Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterMergeChanges (MergeChangesEventArgs)
|
Raises the AfterMergeChanges Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterQueryPositionChanged (EventArgs)
|
Raises the AfterQueryPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnAfterRejectTransaction (EventArgs)
|
Raises the AfterRejectTransaction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnAfterRetrieveData (EventArgs)
|
Raises the AfterRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnAfterUpdateRecord (AfterUpdateRecordEventArgs)
|
Raises the AfterUpdateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAssignForeignFields (AssignForeignFieldsEventArgs)
|
Raises the AssignForeignFields Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAssignKeyFieldError (AssignKeyFieldErrorEventArgs)
|
Raises the AssignKeyFieldError Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAssignKeyFields (AssignKeyFieldsEventArgs)
|
Raises the AssignKeyFields event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnAutoCommitChanged (EventArgs)
|
Raises the AutoCommitChanged property Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnBeforeAssignRecord (BeforeAssignRecordEventArgs)
|
Raise the BeforeAssignRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs)
|
Raises the BeforeCancelCreateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeforeCommitTransaction (CancelEventArgs)
|
Raises the BeforeCommitTransaction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnBeforeCreateRecord (BeforeCreateRecordEventArgs)
|
Raises the BeforeCreateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeforeCreatingRecord (CancelableEventArgs)
|
Raises the BeforeCreatingRecord Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs)
|
Raises the BeforeDeleteRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeforeGetChanges (BeforeGetChangesEventArgs)
|
Raises the BeforeGetChangesEvent Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnBeforeMergeChanges (MergeChangesEventArgs)
|
Raises the BeforeMergeChanges event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnBeforeRejectTransaction (CancelEventArgs)
|
Raises the BeforeRejectTransaction event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnBeforeRetrieveData (CancelEventArgs)
|
Raises the BeforeRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs)
|
Raises the BeforeUpdateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnBeginUpdateState (DataSourceUpdateStateEventArgs)
|
Raises the BeginUpdateState event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnBindingSourceChanged (BindingSourceChangedEventArgs)
|
Raises the BindingSourceChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnCollectFilterValues (CollectFilterValuesEventArgs)
|
Raises the CollectFilterValues event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnCurrentChanged (EventArgs)
|
Raises the CurrentChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnDatasetControllerChanged (EventArgs)
|
Raises the DatasetControllerChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnEndUpdateState (DataSourceUpdateStateEventArgs)
|
Raises the EndUpdateState event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnFindCurrentRecordAfterCommitChanges (BufferHandleEventArgs)
|
Raises the FindCurrentRecordAfterCommitChanges Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnFindDataAdapterForCommitErrorHandling (FindDataAdapterForCommitErrorHandlingEventArgs)
|
Raises the FindDataAdapterForCommitErrorHandling Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnFindUpdatingTableIOTargetForCommitErrorHandling (FindUpdatingTableIOTargetForCommitErrorHandlingEventArgs)
|
Raises the FindUpdatingDataTargetForCommitErrorHandling Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnHandleValidationError (HandleValidationErrorEventArgs)
|
Raises the HandleValidationError Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnNewFetchDataRequest (NewFetchDataRequestEventArgs)
|
Raises the NewFetchDataRequest Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnNonUpdatableColumnsChanged (EventArgs)
|
Raises the NonUpdatableColumnsChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnQueryClosed (EventArgs)
|
Raises the QueryClosed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnRepositionAfterUpdateRow (RepositionAfterUpdateRowEventArgs)
|
Raises the RepositionAfterUpdateRow Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
OnSetQueryOpenAfterCommit (SetQueryOpenAfterCommitEventArgs)
|
Raises the SetQueryOpenAfterCommit Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnSmartCommitSourceChanged (EventArgs)
|
Raises the SmartCommitSourceChanged event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs)
|
Raises the SmartNavigationTargetPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs)
|
Raises the SmartNavigationTargetStateChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
OnSmartTransactionStateChanged (EventArgs)
|
Raises the SmartTransactionStateChanged event Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
OnUnableToRepositionAfterUpdateRow (UnableToRepositionAfterUpdateRowEventArgs)
|
Raises the UnableToRepositionAfterUpdateRow Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
OnVerbClicked (character)
|
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:OnVerbClicked (character)
|
|
+
|
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.SmartDatasetAdapter: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.SmartDatasetAdapter:PositionChangedHandler (Object, EventArgs)
|
|
#
A
|
PrepareDataBinding ()
|
Abstract method used to prepare the BindingSource:Handle object
(either a QUERY or a ProDataset). Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:PrepareDataBinding ()
|
|
+
|
LOGICAL PreviousBatchAvailable ()
|
Returns true if a previous batch is available. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
RaiseUnableToCommitError (ISmartTableIOTarget)
|
Raises the error when the transaction connect be commited Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
RaiseUnableToRejectError (ISmartTableIOTarget)
|
Raises the error when the transaction connect be rejected Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
RefetchCurrentRow ()
|
Refetches the current row from the backend and merges it with the
frontend dataset Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
RefetchCurrentRow (character)
|
Refetches the current row from the backend and merges it with the
frontend dataset Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
Refresh (logical)
|
Refreshes the SmartDatasetAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
RefreshAfterRejectTranscation (rowid[])
|
Reopens the query and refreshes the BindingSource after a transaction
has been rejected Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
RefreshData ()
|
Refreshes the current data Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
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
|
|
+
|
RegisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
Register a SmartGroupCreateTarget with the SmartGroupCreateSource
This Method is executed every time a new SmartGroupCreateSource is
registered to the corresponding Property of a Class implementing the
Interface ISmartGroupCreateSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
RejectTransaction ()
|
Reverts the changes of a pending transaction Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
RemoveSmartNavigationSource (ISmartNavigationSource)
|
Removes a SmartNavigationSource from the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
#
|
RepositionAfterUpdateRow (rowid, logical)
|
Repositions to the updated record after update Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:RepositionAfterUpdateRow (rowid, logical)
|
|
#
|
RepositionCurrentRow ()
|
Repositions the Adapters Query to the current row Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
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 Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:RepositionToRowid (rowid[])
|
|
+
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. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:RetrieveData ()
|
|
#
|
RetrieveData (character, character, IFetchDataRequest, dataset-handle)
|
Bundles calls to ServiceAdapter:RetrieveData Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
SaveFromGroupCreateTarget (ISmartGroupCreateTarget)
|
Saves the data in this ISmartGroupCreateSource related updating
ISmartDataTarget so that before saving a new child record, that
parent record is created Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
SaveInDataTargets ()
|
Recursively invokes SaveChanges in all DataTargets that are currently
updating Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
SetDefaultStopAfter ()
|
Sets the values of the StopAfter property from the IConfigurationProvider
instance (.applicationsettings) Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
A
|
SetQuerySort (character)
|
Overridable Setter for QuerySort property Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:SetQuerySort (character)
|
|
#
|
SetQueryString (character)
|
Overridable Setter for QueryString property Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
A
|
SetSavingData (logical)
|
Assigns if the SmartDatasetAdapter is currently saving data Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:SetSavingData (logical)
|
|
#
|
SetSmartDataSource (ISmartDataSource)
|
SetSmartDataSource sets the SmartDataSource of the current instance
of the SmartDataAdapter. Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:SetSmartDataSource (ISmartDataSource)
|
|
#
|
SetTrackingChanges (logical)
|
Sets the tracking changes property of all temp-tables Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
ShowBusinessEntityPickerDialog ()
|
Shows the Business Entity Selection Dialog during design time Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
ShowDatasetControllerDialog ()
|
Shows Dialog to select a DatasetController from within the
OEA/PDSOE Visual Designer Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
ShowTablePickerDialog ()
|
Invokes the Table Picker Dialog and sets properties of the
SmartBusinessEntityAdapter during Design Time Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
StoreCopiedFrom (character)
|
Stores the source record key information with the new record (copy) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
|
SubmitChanges ()
|
Saves the Dataset changes to the backend using the parent
SmartDataAdapter Overrides Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter:SubmitChanges ()
|
|
#
|
SubmitChangesToBackend ()
|
Creates a dataset containing the modifications of the
SmartBusinessEntityAdapter's dataset and submits the changes dataset
to the service adapter (and then to the Business Entity). Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
+
|
SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber)
|
Subscribes an instance of an object to the AfterRetrieveData
callback. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter
|
|
+
|
CHARACTER ToString ()
|
Returns a String representation of this object instance Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
+
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. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:UpdateRow ()
|
|
+
|
UpdateRow (logical)
|
UpdateRow submits the changes to a buffer into the Database.
Called by SmartViewerControl, SmartUpdatableBrowser
Data is updated into the Dataset from the BindingSource. After this
the Datasetchanges are submitted to the OERA Backend, merged into
the Dataset and the BindingSource gets refreshed. Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
LOGICAL ValidateBusinessEntityName (character)
|
Validates a BusinessEntityName agains the Backend. Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|
|
#
|
LOGICAL ValidateForeignField (character, ISmartDataSource)
|
Validates that a single field name is available in the SmartDataSource
or this Adapter instance Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
ValidateForeignFields ()
|
Validates the value of the ForeignFields property when during the
first ParentPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter
|
|
#
|
VerifyTransactionPending ()
|
Verifies that after cancelling an update the Transaction State
should be PendingChanges Inherited from Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
|