|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | ActivateSmartViewerEventHandler () |
Activates SmartViewer TextChanged/ChechedChanged Event Handlers
after a navigation (FetchFirst/FetchNext/FetchPrev/FetchLast) 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 |
|
# | AttachSchemaToBindingSource (BindingSource) |
Attaches the schema to the BindingSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:AttachSchemaToBindingSource (BindingSource) |
|
+ | BeginInit () |
Invoked at the beginning of a Containers InitializeComponents
method Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | BeginUpdateState (ISmartDataTarget) |
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the BeginUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CancelCreateRecord () |
Invoked from the SmartDataTarget to cancel the creation of a new
row Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CancelCreateRecord () |
|
# | CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
Handler for the CancelCreateRow event of the ProBindingSource.
A Row that has been created usind CreateRowHandler gets reverted. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CancelCreateRowHandler (Object, CancelCreateRowEventArgs) |
|
+ | CloseQuery () |
Empty the DATASET inside the DataAdapter and reopen Query. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CloseQuery () |
|
# | HANDLE ConnectService () |
Returns the handle of the AppServer partition associated with
this SmartDataAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CreateBindingSource () |
CreateBindingSource is to be called inside the RetrieveData Method
if no valid BindingSource is present inside the SmartDataAdapter.
The newly created BindingSource is then registered to all
SmartDataTargets of this SmartDataAdapter. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | CreateRecord () |
Creates a new record Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CreateRecord () |
|
# | CreateRowHandler (Object, CreateRowEventArgs) |
Handler for the CreateRow event of the ProBindingSource.
A new Row gets created. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:CreateRowHandler (Object, CreateRowEventArgs) |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | DeactivateSmartViewerEventHandler () |
Activates SmartViewer TextChanged/ChechedChanged Event Handlers
after a navigation (FetchFirst/FetchNext/FetchPrev/FetchLast)
*/ Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | LOGICAL DeleteQueryRow () |
This protected method can be used to remove the current row from a
Query. This method calls DeleteQueryRow(FALSE). Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | LOGICAL DeleteQueryRow (logical) |
This protected method can be used to remove the current row from a
Query. The parameter is logical and controls if only the first
table (FALSE) or all rows shall be removed. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | DeleteRow () |
Deletes the current record from the EntityTable Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:DeleteRow () |
|
+ | DeregisterSmartDataTarget (ISmartDataTarget) |
Deregister a SmartDataTarget with the SmartDataSource. Usually done
when a SmartDataTarget is deleted and the SmartDataSource is still
running Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | DisposedHandler (Object, EventArgs) |
Event handler for the Disposed event of this instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndInit () |
Invoked at the end of a Containers InitializeComponents method Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndUpdateState (ISmartDataTarget) |
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs) |
Event handler for the EndUpdateState event of the SmartDataSource Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | EndUpdateStateInDataSource (ISmartDataTarget) |
Invokes EndUpdateState in the SmartDataSource of this SmartDataAdapter Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EvaluateTableIOState () |
This Method is enforced by the Interface ISmartDataTarget and is
only required for visual DataTargets. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchFirst () |
This Method moves to the first DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchLast () |
This Method moves to the last DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchNext () |
This Method moves to the next DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL FetchPrev () |
This Method moves to the previous DataRow inside the BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser () |
Returns the reference to the linked SmartDataBrowser, if any Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget () |
Returns the reference to the first linked ISmartDataTarget which is
also an ISmartTableIOTarget, that has a valid SmartTableIOSource assigned Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
# | ROWID GetCurrentRowid () |
Returns the Current Rowids |
|
+ | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | CHARACTER GetFieldValues (character) |
Returns a CHR(1) delimited list of field values from the
DataSource Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:GetFieldValues (character) |
|
# | Consultingwerk.ListQueryExpressionByTable GetNewFilterValues () |
Builds an empty ListQueryExpressionByTable instance and raises the
CollectFilterValues event |
|
+ | 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 Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL HasFields (character) |
Returns a logical value indicating if the SmartDataAdapter can provide
the given fields Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL HasUpdatingDataTarget () |
Returns if the SmartDataAdapter has a SmartDataTarget that
is currently modifying data Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | InvokeParentPositionChanged (Object, EventArgs) |
Invokes the ParentPositionChanged event handler in all connected
SmartDataAdapter instances Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | LOGICAL IsUpdating (logical) |
Returns if if this Adapter or any of it's Data-Target Adapters are
updating (a Data-Target with SmartTableIOState:ModifyingData) Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable) |
Merges two Query Strings |
|
# | OffEndHandler (Object, OffEndEventArgs) |
Event handler for the OffEnd event of the ProBindingSource object Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnAfterAssignRecord (AfterAssignRecordEventArgs) |
Raises the AfterAssignRecord event |
|
# | OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs) |
Raises the AfterCancelCreateRecord event |
|
# | OnAfterCreateRecord (AfterCreateRecordEventArgs) |
Raises the AfterCreateRecord event |
|
# | OnAfterDeleteRecord (AfterDeleteRecordEventArgs) |
Raises the AfterDeleteRecord event |
|
# | OnAfterQueryPositionChanged (EventArgs) |
Raises the AfterQueryPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnAfterRetrieveData (EventArgs) |
Raises the AfterRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnAfterUpdateRecord (AfterUpdateRecordEventArgs) |
Raises the AfterUpdateRecord event |
|
# | OnBeforeAssignRecord (BeforeAssignRecordEventArgs) |
Raise the BeforeAssignRecord event |
|
# | OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs) |
Raises the BeforeCancelCreateRecord event |
|
# | OnBeforeCreateRecord (BeforeCreateRecordEventArgs) |
Raises the BeforeCreateRecord event |
|
# | OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs) |
Raises the BeforeDeleteRecord event |
|
# | OnBeforeRetrieveData (CancelEventArgs) |
Raises the BeforeRetrieveData event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs) |
Raises the BeforeUpdateRecord event |
|
# | 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 |
|
# | OnCurrentChanged (EventArgs) |
Raises the CurrentChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnEndUpdateState (DataSourceUpdateStateEventArgs) |
Raises the EndUpdateState event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnQueryClosed (EventArgs) |
Raises the QueryClosed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs) |
Raises the SmartNavigationTargetPositionChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs) |
Raises the SmartNavigationTargetStateChanged event Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartComponent |
|
+ | 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. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ F | ParentPositionChangedBase (Object, EventArgs) |
Handler for the PositionChanged Event of the SmartDataSources
BindingSource. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | PositionChangedHandler (Object, EventArgs) |
Eventhandler for the PositionChanged event of the BindingSource
object Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:PositionChangedHandler (Object, EventArgs) |
|
+ | RefreshData () |
Refreshes the current data |
|
+ | 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 |
|
+ | RemoveSmartNavigationSource (ISmartNavigationSource) |
Removes a SmartNavigationSource from the SmartDataAdapter
instance Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
# | RepositionCurrentRow () |
Repositions the Query to the current row |
|
+ | 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.SmartDataAdapter:RepositionToRowid (rowid[]) |
|
+ | LOGICAL RetrieveData () |
RetrieveData reads Data from a Datasource and links the DataHandle
with a BindingSource inside the Instance of
SmartTempTableAdapter. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:RetrieveData () |
|
# | SetQuerySort (character) |
Overridable Setter for QuerySort property |
|
# | SetSmartDataSource (ISmartDataSource) |
SetSmartDataSource sets the SmartDataSource of the current instance
of the SmartDataAdapter. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber) |
Subscribes an instance of an object to the AfterRetrieveData
callback. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | UpdateRow () |
UpdateRow submits the changes to a buffer into the Database.
Called by SmartViewerControl
Enforced by Interface ISmartDataSource. Overrides Consultingwerk.SmartComponents.Base.SmartDataAdapter:UpdateRow () |
|
+ | UpdateRow (logical) |
UpdateRow submits the changes to a buffer into the Database.
Called by SmartViewerControl |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartTempTableAdapter () |
Constructor for the SmartTempTableAdapter class |
|
+ | SmartTempTableAdapter (IContainer) |
Constructor for the SmartTempTableAdapter class |
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 |
|
+ | AfterQueryPositionChanged DELEGATE System.EventHandler |
Event fired whenever the QueryPosition has changed (i.e. Add or
Delete and Grids etc. need to update the current position) Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AfterRetrieveData DELEGATE System.EventHandler |
Event fired whenever the SmartDataAdapter has opened a new query Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | AfterUpdateRecord (Object, AfterUpdateRecordEventArgs) |
Event raised after a record has been updated |
|
+ | 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) |
Event fired before a record will be created |
|
+ | BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs) |
Event raised before a record will be deleted |
|
+ | 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 |
|
+ | 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 |
|
+ | CurrentChanged DELEGATE System.EventHandler |
Raised whenever the Data Adapter is positioned on a new row. Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | EndUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event raised when a ISmartDataTarget of this SmartDataAdapter instance
ends the update state Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | QueryClosed DELEGATE System.EventHandler |
Raised when the CloseQuery method is called Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs) |
Event fired whenever the RecordPositon properties has changed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
|
+ | SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs) |
Event fired whenever the SmartDataSourceState property has changed Inherited from Consultingwerk.SmartComponents.Base.SmartDataAdapter |
Top
PROTECTED ActivateSmartViewerEventHandler ()
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED AddRecordInUpdatableGrid ()
|
|||||||||||||||||||||||||||||||
PUBLIC AddSmartNavigationSource (ISmartNavigationSource)
|
|||||||||||||||||||||||||||||||
PUBLIC AttachBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||
PROTECTED AttachSchemaToBindingSource (BindingSource)
|
|||||||||||||||||||||||||||||||
PUBLIC BeginInit ()
|
|||||||||||||||||||||||||||||||
PUBLIC BeginUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED BeginUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC CancelCreateRecord ()
|
|||||||||||||||||||||||||||||||
PROTECTED CancelCreateRowHandler (Object, CancelCreateRowEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC CloseQuery ()
|
|||||||||||||||||||||||||||||||
PROTECTED HANDLE ConnectService ()
|
|||||||||||||||||||||||||||||||
PROTECTED CreateBindingSource ()
|
|||||||||||||||||||||||||||||||
PUBLIC CreateRecord ()
|
|||||||||||||||||||||||||||||||
PROTECTED CreateRowHandler (Object, CreateRowEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||
PUBLIC DeactivateSmartViewerEventHandler ()
|
|||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow ()
|
|||||||||||||||||||||||||||||||
PROTECTED LOGICAL DeleteQueryRow (logical)
|
|||||||||||||||||||||||||||||||
PUBLIC DeleteRow ()
|
|||||||||||||||||||||||||||||||
PUBLIC DeregisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED DisposedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC EndInit ()
|
|||||||||||||||||||||||||||||||
PUBLIC EndUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateHandler (Object, DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED EndUpdateStateInDataSource (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PUBLIC EvaluateTableIOState ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchFirst ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchLast ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchNext ()
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL FetchPrev ()
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataBrowser FindLinkedSmartDataBrowser ()
|
|||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOTarget FindLinkedUpdatingSmartDataTarget ()
|
|||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||
PROTECTED ROWID GetCurrentRowid ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||
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 LOGICAL HasFields (character)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL HasUpdatingDataTarget ()
|
|||||||||||||||||||||||||||||||
PROTECTED InvokeParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsUpdating (logical)
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER MergeQueryStrings (character, ListQueryExpressionByTable)
|
|||||||||||||||||||||||||||||||
PROTECTED OffEndHandler (Object, OffEndEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterAssignRecord (AfterAssignRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterCancelCreateRecord (AfterCancelCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterCreateRecord (AfterCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterDeleteRecord (AfterDeleteRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterQueryPositionChanged (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterRetrieveData (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnAfterUpdateRecord (AfterUpdateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeAssignRecord (BeforeAssignRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeCancelCreateRecord (BeforeCancelCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeCreateRecord (BeforeCreateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeDeleteRecord (BeforeDeleteRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeRetrieveData (CancelEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeforeUpdateRecord (BeforeUpdateRecordEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBeginUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnBindingSourceChanged (BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnCollectFilterValues (CollectFilterValuesEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnCurrentChanged (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnEndUpdateState (DataSourceUpdateStateEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnQueryClosed (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetPositionChanged (SmartNavigationTargetPositionChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnSmartNavigationTargetStateChanged (SmartNavigationTargetStateChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentBindingSourceChangedHandler (Object, BindingSourceChangedEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentPositionChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC ParentPositionChangedBase (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED PositionChangedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC RefreshData ()
|
|||||||||||||||||||||||||||||||
PUBLIC RegisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||||||
PUBLIC RemoveSmartNavigationSource (ISmartNavigationSource)
|
|||||||||||||||||||||||||||||||
PROTECTED RepositionCurrentRow ()
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (character)
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid)
|
|||||||||||||||||||||||||||||||
PUBLIC RepositionToRowid (rowid[])
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveData ()
|
|||||||||||||||||||||||||||||||
PROTECTED SetQuerySort (character)
|
|||||||||||||||||||||||||||||||
PROTECTED SetSmartDataSource (ISmartDataSource)
|
|||||||||||||||||||||||||||||||
PUBLIC SubscribeAfterRetrieveData (IAfterRetrieveDataSubscriber)
|
|||||||||||||||||||||||||||||||
PUBLIC UpdateRow ()
|
|||||||||||||||||||||||||||||||
PUBLIC UpdateRow (logical)
|
PUBLIC SmartTempTableAdapter ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SmartTempTableAdapter (IContainer)
|
PUBLIC AfterAssignRecord (Object, AfterAssignRecordEventArgs)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AfterCancelCreateRecord (Object, AfterCancelCreateRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC AfterCreateRecord (Object, AfterCreateRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC AfterDeleteRecord (Object, AfterDeleteRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC AfterQueryPositionChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC AfterRetrieveData DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC AfterUpdateRecord (Object, AfterUpdateRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC BeforeAssignRecord (Object, BeforeAssignRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC BeforeCancelCreateRecord (Object, BeforeCancelCreateRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC BeforeCreateRecord (Object, BeforeCreateRecordEventArgs)
|
||||||||||||||||||||||
PUBLIC BeforeDeleteRecord (Object, BeforeDeleteRecordEventArgs)
|
||||||||||||||||||||||
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 EndUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||
PUBLIC QueryClosed DELEGATE System.EventHandler
|
||||||||||||||||||||||
PUBLIC SmartNavigationTargetPositionChanged (Object, SmartNavigationTargetPositionChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC SmartNavigationTargetStateChanged (Object, SmartNavigationTargetStateChangedEventArgs)
|
PUBLIC CHARACTER AppServerPartition
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL Available
|
|||||||||
PROTECTED CHARACTER BindableProperties
|
|||||||||
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||
PUBLIC CHARACTER BindingSourceExcludeFields
|
|||||||||
PUBLIC CHARACTER BindingSourceIncludeFields
|
|||||||||
PUBLIC HANDLE BufferHandle
|
|||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||
PUBLIC LOGICAL CreateNewBuffer
|
|||||||||
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 Consultingwerk.ListQueryExpressionByTable FetchFilterValues
|
|||||||||
PROTECTED LOGICAL FirstTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC LOGICAL Initializing
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource LinkDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource LinkNavigationSource
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED INTEGER PreviousPosition
|
|||||||||
PUBLIC HANDLE QueryHandle
|
|||||||||
PUBLIC CHARACTER QuerySort
|
|||||||||
PUBLIC CHARACTER QueryString
|
|||||||||
PUBLIC CHARACTER RecordPosition
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource SmartDataSource
|
|||||||||
PUBLIC LOGICAL SmartDataSourceActive
|
|||||||||
PUBLIC CHARACTER SmartDataSourceState
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListISmartDataTarget SmartDataTargets
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource
|
|||||||||
PUBLIC HANDLE TempTableHandle
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataTarget UpdatingSmartDataTarget
|