Common classes used by DataPlace Editor or 3rd Party applications utilizing the DataPlace data layer
| C# |
namespace CS.DataPlace.Common
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| Database |
Represents a database on the local system.
| |
| DatabaseIndex |
Index of Database objects created by a Master object.
| |
| DPAction |
Contains constants that represent requests for database schema changes (e.g. to a table or column).
| |
| DPActionStatus |
Contains constants that represent the status of schema changes (e.g. to a table or column)
and other requests against a database.
| |
| IResourceLocalizableAttribute |
Interface for a localizable attribute.
| |
| KeyedSyncManagerCollection |
Collection of SynchronizationClients keyed on publication ID.
| |
| LocalizableAttributeSourceAttribute |
Declares the resource class that contains the strings to use for the values of attributes applied to
properties of a property source class (e.g. strings for DisplayName, Category, and Description).
This attribute should be applied to a PropertySourceBase-derived class to specify the resource class to use.
| |
| LocalizableCategoryAttribute |
Specifies the resource-localized category for a member.
| |
| LocalizableDescriptionAttribute |
Specifies the resource-localized description for a member.
| |
| LocalizableDisplayNameAttribute |
Specifies the resource-localized display name for a member.
| |
| Master |
Manages all the publications, local databases, and subscriptions for a user.
| |
| PropertyEditorBase |
Provides a UI for viewing and editing the properties of an object
with the ability to filter which properties are included.
| |
| PropertyEditorEventArgs |
Provides data related to a PropertyEditorBase event.
| |
| PropertySourceBase |
Base class for objects that hold properties to be viewed in a PropertyEditor.
| |
| RetryDialog |
Allows the user to retry a failed database operation.
| |
| SubscriptionType |
Contains constants that represent types of database subscriptions.
| |
| SyncManagerFactory |
Factory class for creating objects that manage database synchronization.
| |
| TableDesignModel |
Provides for managing the design of a table.
| |
| Database..::.TableExtensionsDictionary |
Dictionary of TableExtensions containing extended table properties, keyed on table name.
| |
| TypeResolver |
Provides central registration of assemblies to resolve.
|