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 |
|
+ | 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 |
|
# | AttachQueryToBindingSource () |
Attaches the Query/ProDataset to the BindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter: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 |
|
+ | BeginTransactionState () |
Begins a transaction when starting update Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter: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 () |
Empty the DATASET inside the DataAdapter and reopen Query. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:CloseQuery () |
|
+ | CommitTransaction () |
Commits the transaction to the backend |
|
# | 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 |
|
+ | EndInit () |
Executed at the end of the initialization of the
SmartBusinessEntityAdapter to launch the DatasetController (if any). Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:EndInit () |
|
+ | EndUpdateState (ISmartDataTarget) |
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter: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.Base.SmartDataAdapter:EndUpdateStateInDataSource (ISmartDataTarget) |
|
# | CHARACTER EvaluateParentQuery () |
Evaluates the QueryString based on the Parent Filter Fields Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | 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 |
|
+ | LOGICAL FetchFirst () |
Overrides FetchFirst in SmartDataAdpater. Retrieves the first batch
of records when backwards batching Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:FetchFirst () |
|
+ | LOGICAL FetchLast () |
Overrides FetchLast in SmartDataAdapter to retrieve full business
entity result when batching. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:FetchLast () |
|
+ | FetchLastOnServer () |
Fetch Last On Server, used by FetchLast when FetchLastOnServer = TRUE |
|
+ | FetchMoreRowsForwards (integer) |
Fetches additional rows forwards |
|
+ | LOGICAL FetchNext () |
This Method moves to the next DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchPrev () |
Overrides FetchPrev in SmartDataAdpater. Retrieves the previous batch
of records when backwards batching Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:FetchPrev () |
|
+ | LOGICAL FindLastRowWhere (character) |
Finds the last a row in the EntityTable and locates the BindingSource
to that row Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | Consultingwerk.SmartComponents.Base.SmartDatasetAdapter FindLinkedDatasetAdapterForEntityTable (character) |
Searches for a linked SmartDatasetAdpater with the given entity table Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | 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 |
|
+ | 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. |
|
+ | Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter FromDatasetController (IDatasetController) |
Locates the SmartBusinessEntityAdapter instance that is working
with the passed in IDatasetController |
|
+ | 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 |
|
+ | 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 |
|
+ | 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) |
|
# | Consultingwerk.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.Base.SmartDataAdapter:GetRecordPosition () |
|
+ | Consultingwerk.SmartComponents.Implementation.RetrieveDataStatusEnum GetRetrieveDataStatus () |
Evaluates the status of the current RetrieveData operation |
|
+ | 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 |
|
# | LOGICAL HasPendingUpdate () |
Prompts if pending update should be saved before retrieving new
data, called from RetrieveData |
|
+ | InitializeAdapter () |
Initializes the SmartBusinessEntityAdpater Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:InitializeAdapter () |
|
+ | InitializeAdapter (logical) |
Initializes the SmartBusinessEntityAdpater Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:InitializeAdapter (logical) |
|
# | InitializeServiceAdapter () |
Initializes the ServiceAdapter property of the SmartBusinessEntityAdapter
class |
|
+ | InvokeMethod (character, dataset-handle, ISerializable) |
Invokes a method in the backend OERA business entity |
|
# | InvokeParentPositionChanged (Object, EventArgs) |
Invokes the ParentPositionChanged event handler in all connected
SmartDataAdapter instances Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter: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 |
|
# | MergeChanges (handle, handle) |
Invokes the MERGE-CHANGES after data was submitted to the backend |
|
# | 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 |
|
# | OffEndHandler (Object, OffEndEventArgs) |
Event handler for the OffEnd event of the ProBindingSource object Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:OffEndHandler (Object, OffEndEventArgs) |
|
+ | OffHome () |
Fetches the Previous Batch of records |
|
# | OnAfterAssignRecord (AfterAssignRecordEventArgs) |
Raises the AfterAssignRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | OnAfterAutoCommitTransaction (EventArgs) |
Raises the AfterAutoCommitTransaction event |
|
# | OnAfterBatchAvailable (EventArgs) |
Raises the AfterBatchAvailable event |
|
# | OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs) |
Raises the AfterCancelCreateRecord event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | OnAfterCommitTransaction (EventArgs) |
Raises the AfterCommitTransaction event |
|
# | 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 |
|
# | OnAfterMergeChanges (MergeChangesEventArgs) |
Raises the AfterMergeChanges |
|
# | OnAfterQueryPositionChanged (EventArgs) |
Raises the AfterQueryPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnAfterRejectTransaction (EventArgs) |
Raises the AfterRejectTransaction event |
|
# | 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 |
|
# | 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 |
|
# | 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 |
|
# | OnBeforeMergeChanges (MergeChangesEventArgs) |
Raises the BeforeMergeChanges event |
|
# | OnBeforeRejectTransaction (CancelEventArgs) |
Raises the BeforeRejectTransaction event |
|
# | 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 |
|
# | OnHandleValidationError (HandleValidationErrorEventArgs) |
Raises the HandleValidationError |
|
# | OnNewFetchDataRequest (NewFetchDataRequestEventArgs) |
Raises the NewFetchDataRequest |
|
# | OnNonUpdatableColumnsChanged (EventArgs) |
Raises the NonUpdatableColumnsChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | OnQueryClosed (EventArgs) |
Raises the QueryClosed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnSmartCommitSourceChanged (EventArgs) |
Raises the SmartCommitSourceChanged event |
|
# | 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 |
|
# | OnUnableToRepositionAfterUpdateRow (UnableToRepositionAfterUpdateRowEventArgs) |
Raises the UnableToRepositionAfterUpdateRow Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Overrides Consultingwerk.SmartComponents.Base.SmartComponent: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) |
|
# | PrepareDataBinding () |
Method used to prepare the BindingSource:Handle object (QUERY or ProDataset). Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:PrepareDataBinding () |
|
+ | LOGICAL PreviousBatchAvailable () |
Returns true if a previous batch is available. |
|
# | 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 |
|
+ | RefetchCurrentRow (character) |
Refetches the current row from the backend and merges it with the
frontend dataset |
|
+ | 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 |
|
+ | 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 |
|
+ | 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.Base.SmartDatasetAdapter: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[]) |
|
+ | LOGICAL RetrieveData () |
Reads Data from a Datasource and links the DataHandle
with a BindingSource inside the Instance of SmartBusinessEntityAdapter.
*
If there is no valid instance of a BindigSource a new one is created.
After that a Dataset is cleared and then filled with the requested
data from the Database. Now a Query is build or reopened and the
Handle to this Query is assigned to the BindingSource:Handle.
*
Enforced by Interface ISmartDataSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:RetrieveData () |
|
# | RetrieveData (character, character, IFetchDataRequest, dataset-handle) |
Bundles calls to ServiceAdapter:RetrieveData |
|
+ | 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 |
|
- | SetDesignerProperties () |
Sets properties that affect the Visual Desginer |
|
# | SetQuerySort (character) |
Overridable Setter for QuerySort property Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:SetQuerySort (character) |
|
# | SetQueryString (character) |
Overridable Setter for QueryString property |
|
+ | SetSavingData (logical) |
Assigns the internal flag that data is being saved Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:SetSavingData (logical) |
|
# | SetSmartDataSource (ISmartDataSource) |
SetSmartDataSource sets the SmartDataSource of the current instance
of the SmartBusinessEntityAdapter.
This Method is called from the Property Setter of SmartDataSource in
the Base Class.
*
Gets the ForeignFields from the hDataset which if not read before is
fetched from the Backend. Afterwards the backward handshake with the
SmartDataSource is completed and the Handler for the PositionChanged
Event is subscribed to be able to recognize that the Parent Data has
changed. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:SetSmartDataSource (ISmartDataSource) |
|
# | SetTrackingChanges (logical) |
Sets the tracking changes property of all temp-tables Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | ShowBusinessEntityPickerDialog () |
|
|
# | ShowDatasetControllerDialog () |
Shows Dialog to select a DatasetController from within the
OEA/PDSOE Visual Designer |
|
# | ShowTablePickerDialog () |
Invokes the Table Picker Dialog and sets properties of the
SmartBusinessEntityAdapter during Design Time |
|
+ | StoreCopiedFrom (character) |
Stores the source record key information with the new record (copy) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | SubmitChanges () |
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). Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter: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). |
|
+ | 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. |
|
# | 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 |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartBusinessEntityAdapter () |
Constructor for the SmartBusinessEntityAdapter class |
|
+ | SmartBusinessEntityAdapter (IContainer) |
Constructor for the SmartBusinessEntityAdapter class |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterAssignRecord (Object, AfterAssignRecordEventArgs) |
Event raised after a record has been assigned Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AfterAutoCommitTransaction DELEGATE System.EventHandler |
Raised after an AutoCommit=TRUE transaction has been Commited |
|
+ | AfterBatchAvailable DELEGATE System.EventHandler |
Event fired whenever the SmartDataAdapter has received a new batch
of data |
|
+ | AfterCancelCreateRecord (Object, AfterCancelCreateRecordEventArgs) |
Event fired after the creation of a record has been cancelled Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AfterCommitTransaction DELEGATE System.EventHandler |
Raised after an AutoCommit=FALSE transaction has been Commited |
|
+ | AfterCreateRecord (Object, AfterCreateRecordEventArgs) |
Event fired after a record has been created Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AfterDeleteRecord (Object, AfterDeleteRecordEventArgs) |
Event raised after a record has been deleted Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AfterGetChanges (Object, AfterGetChangesEventArgs) |
Raised before the SmartBusinessEntityAdapter gets the Changes of the ProDataset |
|
+ | AfterMergeChanges (Object, MergeChangesEventArgs) |
Raised after the processed changes from the backend are merged with
the local data |
|
+ | 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 |
|
+ | AfterRejectTransaction DELEGATE System.EventHandler |
Raised after a transaction has been Rejected |
|
+ | AfterRetrieveData DELEGATE System.EventHandler |
Event fired whenever the SmartDataAdapter has opened a new query Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AfterUpdateRecord (Object, AfterUpdateRecordEventArgs) |
Event raised after a record has been updated Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AssignForeignFields (Object, AssignForeignFieldsEventArgs) |
Raised while creating a new record in a child SmartDatasetAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AssignKeyFieldError (Object, AssignKeyFieldErrorEventArgs) |
Raised when the SmartDatasetAdapter catches an error while assigning
the fields from the BindindSource Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AssignKeyFields (Object, AssignKeyFieldsEventArgs) |
Event raised when a ISmartGroupCreateSource needs to create a
record to allow creation of a child record in a ISmartGroupCreateTarget
instance. Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | AutoCommitChanged DELEGATE System.EventHandler |
Raised when the AutoCommit property is changed |
|
+ | BeforeAssignRecord (Object, BeforeAssignRecordEventArgs) |
Event raised before assigning to a record Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | BeforeCancelCreateRecord (Object, BeforeCancelCreateRecordEventArgs) |
Raised before the creation of the record will be cancelled Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | BeforeCommitTransaction DELEGATE System.ComponentModel.CancelEventHandler |
Raised before a transaction will be commited |
|
+ | BeforeCreateRecord (Object, BeforeCreateRecordEventArgs) |
Raised before the a record is created Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | BeforeCreatingRecord (Object, CancelableEventArgs) |
Raised before the SmartDatasetAdapter is about to create a new record
in the CreateRecord method Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs) |
Raised before the a record is deleted Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | BeforeGetChanges (Object, BeforeGetChangesEventArgs) |
Raised before the SmartBusinessEntityAdapter gets the Changes of the ProDataset |
|
+ | BeforeMergeChanges (Object, MergeChangesEventArgs) |
Raised before the processed changes from the backend are merged with
the local data |
|
+ | BeforeRejectTransaction DELEGATE System.ComponentModel.CancelEventHandler |
Raised before a transaction will be rejected |
|
+ | BeforeRetrieveData DELEGATE System.ComponentModel.CancelEventHandler |
Event fired before the SmartDataAdapter is about to open a new query Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeforeUpdateRecord (Object, BeforeUpdateRecordEventArgs) |
Raised before the a record is updated Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | 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 |
|
+ | CollectFilterValues (Object, CollectFilterValuesEventArgs) |
Event raised to collect Filter Values from Filter Sources Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | CurrentChanged DELEGATE System.EventHandler |
Raised whenever the Data Adapter is positioned on a new row. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | DatasetControllerChanged DELEGATE System.EventHandler |
Raised when the DatasetController property is changed Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | EndUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
ends the update state Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | FindCurrentRecordAfterCommitChanges (Object, BufferHandleEventArgs) |
Raised after an AutoCommit=FALSE SmartBusinessEntityAdapter has submitted
changes to the backend. |
|
+ | HandleValidationError (Object, HandleValidationErrorEventArgs) |
Raised to allow subscribers to handle validations errors caused by
a non AutoCommit transaction commit |
|
+ | NewFetchDataRequest (Object, NewFetchDataRequestEventArgs) |
Raised before an actual call to the Service Adapter is made to read
data from the backend |
|
+ | NonUpdatableColumnsChanged DELEGATE System.EventHandler |
Raised when the NonUpdatableColumns property is changed Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | QueryClosed DELEGATE System.EventHandler |
Raised when the CloseQuery method is called Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SmartCommitSourceChanged DELEGATE System.EventHandler |
Event fired whenever the SmartCommitSource property has
changed |
|
+ | 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 |
|
+ | SmartTransactionStateChanged DELEGATE System.EventHandler |
Event fired whenever the SmartTransactionState property has
changed |
|
+ | UnableToRepositionAfterUpdateRow (Object, UnableToRepositionAfterUpdateRowEventArgs) |
Raised when the SmartDatasetAdapter is unable to reposition to the
updated row after update (typically the key values of the record
have changed so that it does no longer match the query criteria) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER AppServerPartition |
Gets/Sets the name of the AppServer Partition to be used
by this SmartDataAdapter instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL AutoCommit |
Controls the AutoCommit functionality of the SmartBusinessEntityAdapter |
|
+ | 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 BindTo |
Binding the BusinessEntityBindingSource to a Query or a Dataset.
This Property is set by the Developer during DesignTime. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:BindTo |
|
# | 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 ContextDataset |
Gets/Sets the reference to an optionally used Context Dataset |
|
+ | CHARACTER ContextID |
Gets/Sets the ContextID to recognize the instance of the
Business Entity on the Backend |
|
+ | CHARACTER ContextString |
Gets/Sets the ContextString used for the communication with the
Business Entity. |
|
+ | LOGICAL CreatingRecord |
Returns if this SmartDatasetAdapter is currently creating a new
record Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | CHARACTER CustomContext |
Gets/Sets the CustomContext used for the communication with the
Business Entity. |
|
+ | HANDLE DataSet |
Returns the handle to the ProDataset instance managed by the
SmartBusinessEntityAdapter Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:DataSet |
|
+ | Consultingwerk.SmartComponents.Interfaces.IDatasetController DatasetController |
A Reference to the DatasetController that is is owning the Dataset
on which this SmartBusinessEntityAdapter is operating. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:DatasetController |
|
+ | CHARACTER DatasetControllerType |
The typename of the DatasetController that is is owning the Dataset
on which this SmartBusinessEntityAdapter is operating. |
|
+ | 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 |
|
+ | LOGICAL EmptyDatasetOnRetrieveData |
Controls if the SmartBusinessEntityAdapter instance empties the
ProDataset at the beginning of a call to RetrieveData |
|
+ | CHARACTER EntityJoin |
A List in the same order as EntityView which defines Join (YES or NO)
for each Table of pcEntityView.
This Property is set by the Developer during DesignTime. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:EntityJoin |
|
+ | CHARACTER EntityName |
Name of the BusinessEntity.
This Property is set by the Developer during DesignTime. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:EntityName |
|
+ | CHARACTER EntityTable |
RootTable for this Instance of the BusinessEntity.
This Property is set by the Developer during DesignTime. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:EntityTable |
|
+ | CHARACTER EntityView |
List of Tables to read with the EntityTable.
This Property is set by the Developer during DesignTime. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:EntityView |
|
+ | Consultingwerk.ListQueryExpressionByTable FetchFilterValues |
Returns the list of Query Expressions by Table of the previous
RetrieveData Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | LOGICAL FetchLastOnServer |
Controls if the FetchLast method will fetch all remaining records
(behaviour until July 2011) or directly fetch the last batch using
the current batch size and the ability to perform backwards batching
for retrieving the records before the last batch |
|
# | CHARACTER FetchQueryString |
This is the QueryString for the next Fetch operation.
This Property is set by the ParentPositionChanged Method every time
the Parent Data changes. Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | CHARACTER FindString |
Specifies a record to be repositioned from the server (FIND-FIRST) |
|
# | LOGICAL FirstTime |
Indicates if a DataAdapters Query is being opened for the First time Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | CHARACTER ForeignFields |
ForeignFields related to the Parent SmartDataSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
# | 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.IDesignCommitSource LinkCommitSource |
Represents the SmartCommitSource property casted to a .NET Interface |
|
+ | 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 |
|
+ | Consultingwerk.OERA.INamedQueryParameter NamedQuery |
Gets and sets the reference to the Named Query Parameter instance
used for the next invokation of the RetrieveData method |
|
# | CHARACTER NextContext |
The context for the next Fetch next call |
|
# | 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 |
|
+ | CHARACTER NonUpdatableColumns |
Get's/set's Columns that will not get updated by UpdateRow (TRUE) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | INTEGER PrefetchOnFindRowWhere |
Specifies the number of records the a FindRowWhere
(FindRowWhereModeEnum FindOnServer) should read from the backend |
|
# | CHARACTER PrevContext |
The context for the next Fetch prev call |
|
# | CHARACTER PreviousFetchQueries |
Provides access to the last query used by the SmartBusinessEntityAdapter
to retrieve data from the backend |
|
# | 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 |
|
+ | LOGICAL PromptWhenRetrieveDataInUpdateState |
Allows to show a prompt when RetrieveData is called while an update
is pending in the BusinessEntityAdapter instance |
|
+ | HANDLE QueryHandle |
Returns the handle to the Query used to navigate the selected tables
of the ProDataset instance managed by the SmartBusinessEntityAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | CHARACTER QuerySort |
Controls the sort-order used at the client Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | CHARACTER QueryString |
This is a base query string. Overrides Consultingwerk.SmartComponents.Base.SmartDatasetAdapter:QueryString |
|
+ | 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 |
|
+ | LOGICAL RetrieveDataOnChangeSortOrder |
This property allows to subspend the call to RetrieveData in
the setter of QuerySort (SetQuerySort method) |
|
+ | Consultingwerk.ISerializable SaveChangesParameter |
Gets and sets the referecence to an optional parameter object passed
to the Business Entity during SaveChanges/SubmitChanges |
|
+ | LOGICAL SelectTables |
This property is depricated since the addition of Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | Consultingwerk.OERA.IServiceAdapter ServiceAdapter |
Returns the reference to the ServiceAdapter that is being used by this
SmartBusinessEntityAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartCommitSource SmartCommitSource |
A reference to the SmartCommitSource of this SmartBusinessEntityAdapter |
|
+ | 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.Base.ListISmartGroupCreateTarget SmartGroupCreateTargets |
Returns the list of SmartGroupAssignTargets as a generic list Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | 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.Enum.TransactionStateEnum SmartTransactionState |
Returns the current Transaction State |
|
+ | INTEGER StopAfter |
Value for StopAfter to be passed to the Service Interface |
|
+ | LOGICAL ThrowErrorsFromRetrieveData |
Gets/Sets if errors from RetrieveData (in childs of this abstract
base class) should be THROWN or Shown from the DataAdapter class
(Using ErrorHelper) Inherited from Consultingwerk.SmartComponents.Base.SmartDatasetAdapter |
|
+ | 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 AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED AttachQueryToBindingSource ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED AttachSchemaToBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC BeginInit ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC BeginTransactionState ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC BeginUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CancelCreateRecord ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CancelInDataTargets ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ClearPreviousQueryString (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CloseQuery ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CommitTransaction ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE ConnectService ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateBindingSource ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CreateParentRecord (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CreateRecord ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateRowHandler (Object, CreateRowEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeactivateSmartViewerEventHandler ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeleteRow ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EmptyDataset ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EndInit ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EndUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateInDataSource (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER EvaluateParentQuery ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchAll ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchFirst ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchLast ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchLastOnServer ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC FetchMoreRowsForwards (integer)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchNext ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchPrev ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FindLastRowWhere (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.SmartDatasetAdapter FindLinkedDatasetAdapterForEntityTable (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FindRowWhere (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FindRowWhere (character, FindRowWhereModeEnum)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter FromDatasetController (IDatasetController)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetCurrentRecordKey ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ROWID GetCurrentRowid ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetDesignTimeDataSourceClassName ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED HANDLE GetEmptyDataset ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetFieldValues (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED Consultingwerk.ListQueryExpressionByTable GetNewFilterValues ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER GetRecordPosition ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Implementation.RetrieveDataStatusEnum GetRetrieveDataStatus ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasCopiedFromField ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasFields (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL HasPendingTransaction ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL HasPendingUpdate ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeAdapter ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC InitializeAdapter (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InitializeServiceAdapter ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC InvokeMethod (character, dataset-handle, ISerializable)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED InvokeParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsRowUncommittedAdd ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsUpdating (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LaunchDatasetController ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED MergeChanges (handle, handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.IFetchDataRequest NewFetchDataRequest (character, character, character, integer, character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OffEndHandler (Object, OffEndEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OffHome ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterAssignRecord (AfterAssignRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterAutoCommitTransaction (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterBatchAvailable (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCommitTransaction (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterCreateRecord (AfterCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (AfterDeleteRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterGetChanges (AfterGetChangesEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterMergeChanges (MergeChangesEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterQueryPositionChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterRejectTransaction (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterRetrieveData (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAfterUpdateRecord (AfterUpdateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAssignForeignFields (AssignForeignFieldsEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAssignKeyFieldError (AssignKeyFieldErrorEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAssignKeyFields (AssignKeyFieldsEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnAutoCommitChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeAssignRecord (BeforeAssignRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCommitTransaction (CancelEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCreateRecord (BeforeCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeCreatingRecord (CancelableEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeGetChanges (BeforeGetChangesEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeMergeChanges (MergeChangesEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeRejectTransaction (CancelEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeRetrieveData (CancelEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBeginUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnBindingSourceChanged (BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCollectFilterValues (CollectFilterValuesEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnCurrentChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnDatasetControllerChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnEndUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnFindCurrentRecordAfterCommitChanges (BufferHandleEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnHandleValidationError (HandleValidationErrorEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnNewFetchDataRequest (NewFetchDataRequestEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnNonUpdatableColumnsChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnQueryClosed (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartCommitSourceChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnSmartTransactionStateChanged (EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED OnUnableToRepositionAfterUpdateRow (UnableToRepositionAfterUpdateRowEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC ParentPositionChangedBase (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED PositionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED PrepareDataBinding ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL PreviousBatchAvailable ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RaiseUnableToCommitError (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RaiseUnableToRejectError (ISmartTableIOTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RefetchCurrentRow ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RefetchCurrentRow (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC Refresh (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RefreshAfterRejectTranscation (rowid[])
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RegisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RejectTransaction ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RemoveSmartNavigationSource (ISmartNavigationSource)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RepositionAfterUpdateRow (rowid, logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RepositionCurrentRow ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid[])
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveData ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED RetrieveData (character, character, IFetchDataRequest, dataset-handle)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveFromGroupCreateTarget (ISmartGroupCreateTarget)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SaveInDataTargets ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PRIVATE SetDesignerProperties ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetQuerySort (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetQueryString (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SetSavingData (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetSmartDataSource (ISmartDataSource)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SetTrackingChanges (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowBusinessEntityPickerDialog ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowDatasetControllerDialog ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ShowTablePickerDialog ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC StoreCopiedFrom (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubmitChanges ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED SubmitChangesToBackend ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateRow ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PUBLIC UpdateRow (logical)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ValidateBusinessEntityName (character)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL ValidateForeignField (character, ISmartDataSource)
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED ValidateForeignFields ()
|
|||||||||||||||||||||||||||||||||||||||||||||||
PROTECTED VerifyTransactionPending ()
|
PUBLIC SmartBusinessEntityAdapter ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartBusinessEntityAdapter (IContainer)
|
PUBLIC AfterAssignRecord (Object, AfterAssignRecordEventArgs)
|
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterAutoCommitTransaction DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterBatchAvailable DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterCancelCreateRecord (Object, AfterCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AfterCommitTransaction DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterCreateRecord (Object, AfterCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AfterDeleteRecord (Object, AfterDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AfterGetChanges (Object, AfterGetChangesEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AfterMergeChanges (Object, MergeChangesEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AfterQueryPositionChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterRejectTransaction DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterRetrieveData DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC AfterUpdateRecord (Object, AfterUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AssignForeignFields (Object, AssignForeignFieldsEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AssignKeyFieldError (Object, AssignKeyFieldErrorEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AssignKeyFields (Object, AssignKeyFieldsEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC AutoCommitChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC BeforeAssignRecord (Object, BeforeAssignRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeCancelCreateRecord (Object, BeforeCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeCommitTransaction DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||||
PUBLIC BeforeCreateRecord (Object, BeforeCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeCreatingRecord (Object, CancelableEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeGetChanges (Object, BeforeGetChangesEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeMergeChanges (Object, MergeChangesEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeforeRejectTransaction DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||||
PUBLIC BeforeRetrieveData DELEGATE System.ComponentModel.CancelEventHandler
|
||||||||||||||||||||||||||||
PUBLIC BeforeUpdateRecord (Object, BeforeUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BeginUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC BindingSourceChanged (Object, BindingSourceChangedEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC CollectFilterValues (Object, CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC CurrentChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC DatasetControllerChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC EndUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC FindCurrentRecordAfterCommitChanges (Object, BufferHandleEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC HandleValidationError (Object, HandleValidationErrorEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC NewFetchDataRequest (Object, NewFetchDataRequestEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC NonUpdatableColumnsChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC QueryClosed DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC SmartCommitSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs)
|
||||||||||||||||||||||||||||
PUBLIC SmartTransactionStateChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
PUBLIC UnableToRepositionAfterUpdateRow (Object, UnableToRepositionAfterUpdateRowEventArgs)
|
PUBLIC CHARACTER AppServerPartition
|
|||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AutoCommit
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Available
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER BatchSize
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindingSourceExcludeFields
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindingSourceIncludeFields
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER BindTo
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE ContextDataset
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ContextID
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ContextString
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CreatingRecord
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER CustomContext
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE DataSet
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.IDatasetController DatasetController
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER DatasetControllerType
|
|||||||||||||||||||||||||||||||||||||||
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 LOGICAL EmptyDatasetOnRetrieveData
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER EntityJoin
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER EntityName
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER EntityTable
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER EntityView
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.ListQueryExpressionByTable FetchFilterValues
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchLastOnServer
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FetchQueryString
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER FindString
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED LOGICAL FirstTime
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER ForeignFields
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL Initializing
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignCommitSource LinkCommitSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.INamedQueryParameter NamedQuery
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER NextContext
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER NonUpdatableColumns
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER PrefetchOnFindRowWhere
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER PrevContext
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED CHARACTER PreviousFetchQueries
|
|||||||||||||||||||||||||||||||||||||||
PROTECTED INTEGER PreviousPosition
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL PromptWhenRetrieveDataInUpdateState
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC HANDLE QueryHandle
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER QuerySort
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER QueryString
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER RecordPosition
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveDataOnChangeSortOrder
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.ISerializable SaveChangesParameter
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SelectTables
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.OERA.IServiceAdapter ServiceAdapter
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartCommitSource SmartCommitSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL SmartDataSourceActive
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC CHARACTER SmartDataSourceState
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartDataTarget SmartDataTargets
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartGroupCreateTarget SmartGroupCreateTargets
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Enum.TransactionStateEnum SmartTransactionState
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC INTEGER StopAfter
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC LOGICAL ThrowErrorsFromRetrieveData
|
|||||||||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataTarget UpdatingSmartDataTarget
|