BaseCommand |
The BaseCommand class is the ancestor class for the LocalCommand and RemoteCommand child classes. This class represents the various versions of the Execute method, which is used to execute specified commands that come from the client, in the child... |
BaseDataAdapter |
The BaseDataAdapter is a base class for all data adapters (both Local Data Adapters and Remote Data Adapters) available in the Data Abstract for .NET. This class doesn't... |
BaseDataAdapter.AsyncResultWrapper |
|
BaseDataAdapter.DataUpdateAsyncResult |
|
Bin2DataStreamer |
Bin2DataStreamer implements a data streamer that uses a proprietary binary format for streaming data across the network. This format is compatible with the Delphi version of Data Abstract. |
Bin2DataStreamer.Bin2DataReader |
|
Bin2ElementInfo |
The Bin2ElementInfo class, derived from the StreamElementInfo class, represents a data element serialized in binary format. It is used to represent raw data stream content as a list of structure units described with a name, a type (either delta or table)... |
Briefcase |
The Briefcase class provides basic support for persisting data used by client applications as a so called Briefcase file locally in the file system (f.e. to cache data between restarts of the application, or to avoid having to reload large portions... |
DataAdapter |
The DataAdapter abstract vase class is one of the core classes in the DataAbstract for .NET infrastructure. This class provides client-side access to a set of data tables published on the server. |
DataForAppend |
DataForAppend is a class which holds information about the table schema and data fields. It is used internally by the Streamers to write table data into the stream. |
DataRequestRequest |
DataRequestRequest is used by Data Abstract to request data from the server without requiring an _Intf file to invoke it. This class makes use of the Remoting SDK's Dynamic Request support. |
DataSetUtils |
DatasetUtils is a static class which provides helper methods for working with DataTable. This class is used internally by the Streamers to manage data tables. |
DataStreamer |
This provides the abstract base class streamers for serialization and deserialization of deltas and data in Data Abstract. |
DataStreamer.DataReader |
|
DataUpdateRequest |
DataRequestUpdate is used by Data Abstract to update data on the server without requiring an _Intf file to invoke it. This class makes use of the Remoting SDK's Dynamic Request support. |
Delta |
The Delta class contains a collection of DeltaChange items. |
DeltaChange |
The DeltaChange class represents a single changes row within a Delta. This class is used by Data Abstract to store a row that has been removed, added or modified. |
DesigntimeConsts |
DesigntimeConsts is a static class that holds string constants for design time attributes. It is used internally in Data Abstract classes to specify assembly names for attributes, such as Converter or Designer. |
FileBriefcase |
The FileBriefcase class provides support for persisting client data stored in a file and placed somewhere in the file system of the client. It can be useful in different scenarios, for example: |
FolderBriefcase |
The FolderBriefcase class provides support for persisting client data stored in a folder and placed somewhere in the file system of the client. It can be useful in different scenarios, for example: |
JsonDataStreamer |
The JsonDataStreamer class provides the streamer for serialization and deserialization of deltas and data in Data Abstract and uses an easily parsable JSON format. |
JsonDataStreamer.JsonDataReader |
|
JsonElementInfo |
The JsonElementInfo class is derived from the StreamElementInfo class |
LocalCommand |
The LocalCommand class provides the ability to dynamically invoke a Command from the server's Schema. |
LocalDataAdapter |
The LocalDataAdapter class allows to access Data Abstract service within the server application itself. It provides all the logic for retrieving data, applying changes (Deltas) back to the database server and handling any other data-related communications... |
LoginStringEventHandler |
|
OnGetOriginalRowEventHandler |
|
PoweredByButton |
Let the world know that you use RemObjects Data Abstract technology by adding this button to your application's About Box. |
ReadFieldValueEventHandler |
|
ReconcileDialog |
This class represents the dialog form that is used whenever one or more changes failed to be applied on the server. |
RemoteCommand |
Provides the ability to dynamically invoke a Command from the server's Schema. |
RemoteCommandRequest |
RemoteCommandRequest is used by Data Abstract to invoke a Delta Command on the server without requiring an _Intf file to invoke it. This class makes use of the Remoting SDK's Dynamic Request... |
RemoteDataAdapter |
Represents client-side access to a set of data tables published on the server. |
RemoteDataAdapterDataSetEventHandler |
|
RemoteDataAdapterDataTableDeltaEventHandler |
|
RemoteDataAdapterDataTableEventHandler |
|
RemoteDataAdapterEventHandler |
|
RemoteDataAdapterFillDataSetEventHandler |
|
RemoteDataAdapterRequest |
The RemoteDataAdapterRequest class expands DynamicRequest for Data Abstract-specific calls done from within the RemoteDataAdapter. |
SchemaConsts |
The SchemaConsts static class contains string constants that are used as names for ExtendedProperties of data columns and data tables. Data Abstract for .NET uses ExtendedProperties to store additional Schema information when the DataSet structure... |
SchemaRequest |
SchemaRequest is used by Data Abstract to request the schema for a Data Abstract service from the server without requiring an _Intf file to invoke it. This class makes use of the Remoting SDK DynamicRequest support. |
ShowReconcileRecordInAppUIEventHandler |
|
ShowReconcleDialogEventHandler |
|
StreamElementInfo |
The StreamElementInfo class is a base abstract class that represents a serializer/deserializer for the DataStreamer-specific data stream format. |