Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| A | AttachQueryToBindingSource () |
Attaches the Query/ProDataset to the BindingSource |
|
| AttachSchemaToBindingSource (BindingSource) |
Attaches the schema to the BindingSource |
||
| A | BeginTransactionState () |
Begins a transaction when starting update |
|
| BeginUpdateState (ISmartDataTarget) |
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one |
||
| CancelCreateRecord () |
Invoked from the SmartDataTarget to cancel the creation of a new
row |
||
| CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
Handler for the CancelCreateRow event of the ProBindingSource.
A Row that has been created using CreateRowHandler gets reverted. |
||
| CancelInDataTargets () |
Recursively invokes CancelUpdate in all DataTargets that are currently
updating |
||
| ClearPreviousQueryString (logical) |
Clears the PreviousQueryString information to ensure that the
ParentPositionChanged event handler does reopen the query regardless
of identical key values |
||
| CloseQuery () |
Empties the result set of this SmartDataAdapter. Used to clear grids |
||
| CreateParentRecord (character) |
Creates a parent record when needed for creating a record in a
SmartGroupCreateTarget |
||
| CreateRecord () |
Creates a new record |
||
| CreateRowHandler (Object, CreateRowEventArgs) |
Event handler for the CreateRow event of the ProBindingSource. |
||
| DeleteRow () |
Deletes the current record from the EntityTable |
||
| DeregisterSmartGroupCreateTarget (ISmartGroupCreateTarget) |
Deregister a SmartGroupCreateTarget with the SmartGroupCreateSource
* |
||
| CHARACTER EvaluateParentQuery () |
Evaluates the QueryString based on the Parent Filter Fields |
||
| CHARACTER EvaluateParentQuery (logical) |
Evaluates the QueryString based on the Parent Filter Fields |
||
| A | CHARACTER EvaluateParentQueryAfterUpdate () |
Evaluates the QueryString based on the Parent Filter Fields after
UpdateRow |
|
| LOGICAL FindLastRowWhere (character) |
Finds the last a row in the EntityTable and locates the BindingSource
to that row |
||
| Consultingwerk.SmartComponents.Base.SmartDatasetAdapter FindLinkedDatasetAdapterForEntityTable (character) |
Searches for a linked SmartDatasetAdapter with the given entity table |
||
| LOGICAL FindRowWhere (character) |
Finds a row in the EntityTable and locates the BindingSource
to that row |
||
| CHARACTER GetCurrentRecordKey () |
Returns a key identifying the current record |
||
| ROWID GetCurrentRowid () |
Returns the Current Rowids |
||
| CHARACTER GetDesignTimeDataSourceClassName () |
Returns the Class Name used for creating SmartBusinessEntityBindingSource
(or derived) components at design time (SCL-1000), using the
"Create BindingSource" designer verb |
||
| CHARACTER GetFieldValues (character) |
Returns a CHR(1) delimited list of field values from the
DataSource |
||
| Consultingwerk.ListQueryExpressionByTable GetNewFilterValues () |
Builds an empty ListQueryExpressionByTable instance and raises the
CollectFilterValues event |
||
| LOGICAL HasCopiedFromField () |
Returns if the first table of the Adapter provides a field
SmartCopiedFrom |
||
| A | InitializeAdapter () |
Initializes the SmartBusinessEntityAdapter |
|
| A | InitializeAdapter (logical) |
Initializes the SmartBusinessEntityAdapter |
|
| A | Progress.Lang.Object InvokeMethod (character, dataset-handle, ISerializable) |
Invokes a method in the backend OERA business entity |
|
| A | Progress.Lang.Object InvokeMethod2 (character, dataset-handle, Object) |
Invokes a method in the backend OERA business entity |
|
| LOGICAL IsRowUncommittedAdd () |
Returns if the current record of the EntityTable is an uncommitted
Add (that is ROW-STATE = ROW-CREATED) |
||
| CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable) |
Merges two Query Strings |
||
| OnAfterAssignRecord (AfterAssignRecordEventArgs) |
Raises the AfterAssignRecord event |
||
| OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs) |
Raises the AfterCancelCreateRecord event |
||
| OnAfterCreateRecord (AfterCreateRecordEventArgs) |
Raises the AfterCreateRecord event |
||
| OnAfterDeleteRecord (AfterDeleteRecordEventArgs) |
Raises the AfterDeleteRecord event |
||
| OnAfterUpdateRecord (AfterUpdateRecordEventArgs) |
Raises the AfterUpdateRecord event |
||
| OnAssignForeignFields (AssignForeignFieldsEventArgs) |
Raises the AssignForeignFields |
||
| OnAssignKeyFieldError (AssignKeyFieldErrorEventArgs) |
Raises the AssignKeyFieldError |
||
| OnAssignKeyFields (AssignKeyFieldsEventArgs) |
Raises the AssignKeyFields event |
||
| OnBeforeAssignRecord (BeforeAssignRecordEventArgs) |
Raise the BeforeAssignRecord event |
||
| OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs) |
Raises the BeforeCancelCreateRecord event |
||
| OnBeforeCreateRecord (BeforeCreateRecordEventArgs) |
Raises the BeforeCreateRecord event |
||
| OnBeforeCreatingRecord (CancelableEventArgs) |
Raises the BeforeCreatingRecord |
||
| OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs) |
Raises the BeforeDeleteRecord event |
||
| OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs) |
Raises the BeforeUpdateRecord event |
||
| OnCollectFilterValues (CollectFilterValuesEventArgs) |
Raises the CollectFilterValues event |
||
| OnDatasetControllerChanged (EventArgs) |
Raises the DatasetControllerChanged event |
||
| OnNonUpdatableColumnsChanged (EventArgs) |
Raises the NonUpdatableColumnsChanged event |
||
| OnRepositionAfterUpdateRow (RepositionAfterUpdateRowEventArgs) |
Raises the RepositionAfterUpdateRow |
||
| OnUnableToRepositionAfterUpdateRow (UnableToRepositionAfterUpdateRowEventArgs) |
Raises the UnableToRepositionAfterUpdateRow |
||
| 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. |
||
| PositionChangedHandler (Object, EventArgs) |
Event handler for the PositionChanged event of the BindingSource
object |
||
| A | PrepareDataBinding () |
Abstract method used to prepare the BindingSource:Handle object
(either a QUERY or a ProDataset). |
|
| RaiseUnableToCommitError (ISmartTableIOTarget) |
Raises the error when the transaction connect be committed |
||
| RaiseUnableToRejectError (ISmartTableIOTarget) |
Raises the error when the transaction connect be rejected |
||
| RefetchCurrentRow () |
Refetches the current row from the backend and merges it with the
frontend dataset |
||
| A | RefetchCurrentRow (character) |
Refetches the current row from the backend and merges it with the
frontend dataset |
|
| Refresh (logical) |
Refreshes the SmartDatasetAdapter |
||
| RefreshAfterRejectTransaction (rowid[]) |
Reopens the query and refreshes the BindingSource after a transaction
has been rejected |
||
| RefreshAfterRejectTranscation (rowid[]) |
Deprecated - use method RefreshAfterRejectTransaction instead |
||
| 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. |
||
| RepositionAfterUpdateRow (rowid, logical) |
Repositions to the updated record after update |
||
| RepositionCurrentRow () |
Repositions the Adapters Query to the current row |
||
| RepositionToRowid (rowid[]) |
Repositions to a Rowid Array |
||
| ResetCurrentRowid () |
Allows to reset the stored current ROWID's |
||
| LOGICAL RetrieveData (character) |
Retrieves Data from the Backend or opens the query and sets |
||
| SaveFromGroupCreateTarget (ISmartGroupCreateTarget) |
Saves the data in this ISmartGroupCreateSource related updating
ISmartDataTarget so that before saving a new child record, that
parent record is created |
||
| SaveInDataTargets () |
Recursively invokes SaveChanges in all DataTargets that are currently
updating |
||
| A | SetQuerySort (character) |
Overridable Setter for QuerySort property |
|
| A | SetSavingData (logical) |
Assigns if the SmartDatasetAdapter is currently saving data |
|
| SetTrackingChanges (logical) |
Sets the tracking changes property of all temp-tables |
||
| StoreCopiedFrom (character) |
Stores the source record key information with the new record (copy) |
||
| SubmitChanges () |
Saves the Dataset changes to the backend using the parent
SmartDataAdapter |
||
| CHARACTER ToString () |
Returns a String representation of this object instance |
||
| UpdateRow () |
UpdateRow submits the changes to a buffer into the Database.
Called by SmartViewerControl
*
Enforced by Interface ISmartDataSource. |
||
| 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 Datasets changes are submitted to the OERA Backend, merged into
the Dataset and the BindingSource gets refreshed. |
||
| ValidateForeignFields () |
Validates the value of the ForeignFields property when during the
first ParentPositionChanged event |
| Options | Name | Purpose | |
|---|---|---|---|
| SmartDatasetAdapter () |
Constructor for the SmartDatasetAdapter component |
||
| SmartDatasetAdapter (IContainer) |
Constructor for the SmartDatasetAdapter component |
| Options | Name | Purpose | |
|---|---|---|---|
| AfterAssignRecord (Object, AfterAssignRecordEventArgs) |
Event raised after a record has been assigned |
||
| AfterCancelCreateRecord (Object, AfterCancelCreateRecordEventArgs) |
Event fired after the creation of a record has been cancelled |
||
| AfterCreateRecord (Object, AfterCreateRecordEventArgs) |
Event fired after a record has been created |
||
| AfterDeleteRecord (Object, AfterDeleteRecordEventArgs) |
Event raised after a record has been deleted |
||
| AfterUpdateRecord (Object, AfterUpdateRecordEventArgs) |
Event raised after a record has been updated |
||
| AssignForeignFields (Object, AssignForeignFieldsEventArgs) |
Raised while creating a new record in a child SmartDatasetAdapter |
||
| AssignKeyFieldError (Object, AssignKeyFieldErrorEventArgs) |
Raised when the SmartDatasetAdapter catches an error while assigning
the fields from the BindingSource |
||
| AssignKeyFields (Object, AssignKeyFieldsEventArgs) |
Event raised when a ISmartGroupCreateSource needs to create a
record to allow creation of a child record in a ISmartGroupCreateTarget
instance. |
||
| BeforeAssignRecord (Object, BeforeAssignRecordEventArgs) |
Event raised before assigning to a record |
||
| BeforeCancelCreateRecord (Object, BeforeCancelCreateRecordEventArgs) |
Raised before the creation of the record will be cancelled |
||
| BeforeCreateRecord (Object, BeforeCreateRecordEventArgs) |
Raised before the a record is created |
||
| BeforeCreatingRecord (Object, CancelableEventArgs) |
Raised before the SmartDatasetAdapter is about to create a new record
in the CreateRecord method |
||
| BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs) |
Raised before the a record is deleted |
||
| BeforeUpdateRecord (Object, BeforeUpdateRecordEventArgs) |
Raised before the a record is updated |
||
| CollectFilterValues (Object, CollectFilterValuesEventArgs) |
Event raised to collect Filter Values from Filter Sources |
||
| DatasetControllerChanged DELEGATE System.EventHandler |
Raised when the DatasetController property is changed |
||
| NonUpdatableColumnsChanged DELEGATE System.EventHandler |
Raised when the NonUpdatableColumns property is changed |
||
| RepositionAfterUpdateRow (Object, RepositionAfterUpdateRowEventArgs) |
Raised before the SmartDatasetAdapter is attempting to reposition
to the updated row. Allows customized handling of repositioning to
the updated row (e.g. open the query with different arguments), allows
to prevent the error on repositioning when e.g. the query needs to
be opened with a different query string to match the new row |
||
| 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) |
| Options | Name | Purpose | |
|---|---|---|---|
| A | CHARACTER BindTo |
|
|
| HANDLE BufferHandle |
|
||
| LOGICAL CancellingCreateRecord |
|
||
| LOGICAL CloseQueryOnParentCreate |
|
||
| LOGICAL CloseQueryOnParentCreateDefault |
|
||
| A | LOGICAL CreateDistinctBuffer |
|
|
| LOGICAL CreatingRecord |
|
||
| A | HANDLE DataSet |
|
|
| A | Consultingwerk.SmartComponents.Interfaces.IDatasetController DatasetController |
|
|
| A | CHARACTER EntityJoin |
|
|
| A | CHARACTER EntityName |
|
|
| A | CHARACTER EntityTable |
|
|
| A | CHARACTER EntityView |
|
|
| Consultingwerk.ListQueryExpressionByTable FetchFilterValues |
|
||
| CHARACTER FetchQueryString |
|
||
| LOGICAL FirstTime |
|
||
| CHARACTER ForeignFields |
|
||
| LOGICAL GetInitialValues |
|
||
| Consultingwerk.SmartComponents.Interfaces.Design.IDesignFilterSource LinkFilterSource |
|
||
| CHARACTER NonUpdatableColumns |
|
||
| LOGICAL NullifyAllUniqueIndexFieldsOnCreate |
|
||
| HANDLE QueryHandle |
|
||
| CHARACTER QuerySort |
|
||
| A | CHARACTER QueryString |
|
|
| LOGICAL ReevaluateCountAfterUpdateRecord |
|
||
| LOGICAL SelectTables |
|
||
| Consultingwerk.SmartComponents.Interfaces.ISmartFilterSource SmartFilterSource |
|
||
| Consultingwerk.SmartComponents.Base.ListISmartGroupCreateTarget SmartGroupCreateTargets |
|
||
| LOGICAL ThrowErrorsFromRetrieveData |
|
||
| LOGICAL ValidateForeignFields |
|
|
Top
AttachQueryToBindingSource ()
|
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AttachSchemaToBindingSource (BindingSource)
|
||||||||||||||||||||||||||||||||||||||||
BeginTransactionState ()
|
||||||||||||||||||||||||||||||||||||||||
BeginUpdateState (ISmartDataTarget)
|
||||||||||||||||||||||||||||||||||||||||
CancelCreateRecord ()
|
||||||||||||||||||||||||||||||||||||||||
CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
CancelInDataTargets ()
|
||||||||||||||||||||||||||||||||||||||||
ClearPreviousQueryString (logical)
|
||||||||||||||||||||||||||||||||||||||||
CloseQuery ()
|
||||||||||||||||||||||||||||||||||||||||
CreateParentRecord (character)
|
||||||||||||||||||||||||||||||||||||||||
CreateRecord ()
|
||||||||||||||||||||||||||||||||||||||||
CreateRowHandler (Object, CreateRowEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
DeleteRow ()
|
||||||||||||||||||||||||||||||||||||||||
DeregisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER EvaluateParentQuery ()
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER EvaluateParentQuery (logical)
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER EvaluateParentQueryAfterUpdate ()
|
||||||||||||||||||||||||||||||||||||||||
LOGICAL FindLastRowWhere (character)
|
||||||||||||||||||||||||||||||||||||||||
Consultingwerk.SmartComponents.Base.SmartDatasetAdapter FindLinkedDatasetAdapterForEntityTable (character)
|
||||||||||||||||||||||||||||||||||||||||
LOGICAL FindRowWhere (character)
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER GetCurrentRecordKey ()
|
||||||||||||||||||||||||||||||||||||||||
ROWID GetCurrentRowid ()
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER GetDesignTimeDataSourceClassName ()
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER GetFieldValues (character)
|
||||||||||||||||||||||||||||||||||||||||
Consultingwerk.ListQueryExpressionByTable GetNewFilterValues ()
|
||||||||||||||||||||||||||||||||||||||||
LOGICAL HasCopiedFromField ()
|
||||||||||||||||||||||||||||||||||||||||
InitializeAdapter ()
|
||||||||||||||||||||||||||||||||||||||||
InitializeAdapter (logical)
|
||||||||||||||||||||||||||||||||||||||||
Progress.Lang.Object InvokeMethod (character, dataset-handle, ISerializable)
|
||||||||||||||||||||||||||||||||||||||||
Progress.Lang.Object InvokeMethod2 (character, dataset-handle, Object)
|
||||||||||||||||||||||||||||||||||||||||
LOGICAL IsRowUncommittedAdd ()
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable)
|
||||||||||||||||||||||||||||||||||||||||
OnAfterAssignRecord (AfterAssignRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAfterCreateRecord (AfterCreateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAfterDeleteRecord (AfterDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAfterUpdateRecord (AfterUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAssignForeignFields (AssignForeignFieldsEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAssignKeyFieldError (AssignKeyFieldErrorEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnAssignKeyFields (AssignKeyFieldsEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeAssignRecord (BeforeAssignRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeCreateRecord (BeforeCreateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeCreatingRecord (CancelableEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnCollectFilterValues (CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnDatasetControllerChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnNonUpdatableColumnsChanged (EventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnRepositionAfterUpdateRow (RepositionAfterUpdateRowEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
OnUnableToRepositionAfterUpdateRow (UnableToRepositionAfterUpdateRowEventArgs)
|
||||||||||||||||||||||||||||||||||||||||
ParentPositionChanged (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||
PositionChangedHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||||||||||
PrepareDataBinding ()
|
||||||||||||||||||||||||||||||||||||||||
RaiseUnableToCommitError (ISmartTableIOTarget)
|
||||||||||||||||||||||||||||||||||||||||
RaiseUnableToRejectError (ISmartTableIOTarget)
|
||||||||||||||||||||||||||||||||||||||||
RefetchCurrentRow ()
|
||||||||||||||||||||||||||||||||||||||||
RefetchCurrentRow (character)
|
||||||||||||||||||||||||||||||||||||||||
Refresh (logical)
|
||||||||||||||||||||||||||||||||||||||||
RefreshAfterRejectTransaction (rowid[])
|
||||||||||||||||||||||||||||||||||||||||
RefreshAfterRejectTranscation (rowid[])
|
||||||||||||||||||||||||||||||||||||||||
RegisterSmartGroupCreateTarget (ISmartGroupCreateTarget)
|
||||||||||||||||||||||||||||||||||||||||
RepositionAfterUpdateRow (rowid, logical)
|
||||||||||||||||||||||||||||||||||||||||
RepositionCurrentRow ()
|
||||||||||||||||||||||||||||||||||||||||
RepositionToRowid (rowid[])
|
||||||||||||||||||||||||||||||||||||||||
ResetCurrentRowid ()
|
||||||||||||||||||||||||||||||||||||||||
LOGICAL RetrieveData (character)
|
||||||||||||||||||||||||||||||||||||||||
SaveFromGroupCreateTarget (ISmartGroupCreateTarget)
|
||||||||||||||||||||||||||||||||||||||||
SaveInDataTargets ()
|
||||||||||||||||||||||||||||||||||||||||
SetQuerySort (character)
|
||||||||||||||||||||||||||||||||||||||||
SetSavingData (logical)
|
||||||||||||||||||||||||||||||||||||||||
SetTrackingChanges (logical)
|
||||||||||||||||||||||||||||||||||||||||
StoreCopiedFrom (character)
|
||||||||||||||||||||||||||||||||||||||||
SubmitChanges ()
|
||||||||||||||||||||||||||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||||||||||||||||||||||||||
UpdateRow ()
|
||||||||||||||||||||||||||||||||||||||||
UpdateRow (logical)
|
||||||||||||||||||||||||||||||||||||||||
ValidateForeignFields ()
|
||||||||||||||||||||||||||||||||||||||||
SmartDatasetAdapter ()
|
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SmartDatasetAdapter (IContainer)
|
|||||||||||||||
AfterAssignRecord (Object, AfterAssignRecordEventArgs)
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AfterCancelCreateRecord (Object, AfterCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
AfterCreateRecord (Object, AfterCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
AfterDeleteRecord (Object, AfterDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||
AfterUpdateRecord (Object, AfterUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||
AssignForeignFields (Object, AssignForeignFieldsEventArgs)
|
||||||||||||||||||||||||||||
AssignKeyFieldError (Object, AssignKeyFieldErrorEventArgs)
|
||||||||||||||||||||||||||||
AssignKeyFields (Object, AssignKeyFieldsEventArgs)
|
||||||||||||||||||||||||||||
BeforeAssignRecord (Object, BeforeAssignRecordEventArgs)
|
||||||||||||||||||||||||||||
BeforeCancelCreateRecord (Object, BeforeCancelCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
BeforeCreateRecord (Object, BeforeCreateRecordEventArgs)
|
||||||||||||||||||||||||||||
BeforeCreatingRecord (Object, CancelableEventArgs)
|
||||||||||||||||||||||||||||
BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs)
|
||||||||||||||||||||||||||||
BeforeUpdateRecord (Object, BeforeUpdateRecordEventArgs)
|
||||||||||||||||||||||||||||
CollectFilterValues (Object, CollectFilterValuesEventArgs)
|
||||||||||||||||||||||||||||
DatasetControllerChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
NonUpdatableColumnsChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||||||||
RepositionAfterUpdateRow (Object, RepositionAfterUpdateRowEventArgs)
|
||||||||||||||||||||||||||||
UnableToRepositionAfterUpdateRow (Object, UnableToRepositionAfterUpdateRowEventArgs)
|
||||||||||||||||||||||||||||
CHARACTER BindTo
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
HANDLE BufferHandle
|
|||||||||
LOGICAL CancellingCreateRecord
|
|||||||||
LOGICAL CloseQueryOnParentCreate
|
|||||||||
LOGICAL CloseQueryOnParentCreateDefault
|
|||||||||
LOGICAL CreateDistinctBuffer
|
|||||||||
LOGICAL CreatingRecord
|
|||||||||
HANDLE DataSet
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.IDatasetController DatasetController
|
|||||||||
CHARACTER EntityJoin
|
|||||||||
CHARACTER EntityName
|
|||||||||
CHARACTER EntityTable
|
|||||||||
CHARACTER EntityView
|
|||||||||
Consultingwerk.ListQueryExpressionByTable FetchFilterValues
|
|||||||||
CHARACTER FetchQueryString
|
|||||||||
LOGICAL FirstTime
|
|||||||||
CHARACTER ForeignFields
|
|||||||||
LOGICAL GetInitialValues
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.Design.IDesignFilterSource LinkFilterSource
|
|||||||||
CHARACTER NonUpdatableColumns
|
|||||||||
LOGICAL NullifyAllUniqueIndexFieldsOnCreate
|
|||||||||
HANDLE QueryHandle
|
|||||||||
CHARACTER QuerySort
|
|||||||||
CHARACTER QueryString
|
|||||||||
LOGICAL ReevaluateCountAfterUpdateRecord
|
|||||||||
LOGICAL SelectTables
|
|||||||||
Consultingwerk.SmartComponents.Interfaces.ISmartFilterSource SmartFilterSource
|
|||||||||
Consultingwerk.SmartComponents.Base.ListISmartGroupCreateTarget SmartGroupCreateTargets
|
|||||||||
LOGICAL ThrowErrorsFromRetrieveData
|
|||||||||
LOGICAL ValidateForeignFields
|
|||||||||