Manages the creation of table adapters for the DMPMaster database.
| C# |
public class DmpMasterAdapterFactory : IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| DmpMasterAdapterFactory(SynchronizationClient) |
Creates a new instance.
| |
| ConnectionString |
Database connection string.
| |
| ConnectionType |
Database engine type.
| |
| CreateMySubscriptionsTableAdapter()()() |
Creates a table adapter for the Subscription table.
| |
| CreatePublicationModelTableAdapter()()() |
Creates a table adapter for the Publication Model table.
| |
| CreatePublicationsTableAdapter()()() |
Creates a table adapter for the Publication table.
| |
| CreatePublicationUserTableAdapter()()() |
Creates a table adapter for the Publication User table.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Disposing |
Occurs when the object is disposing.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Finalizes the object.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDisposed |
True if this object has been disposed.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDisposing(EventArgs) |
Raises the Disposing event.
| |
| QuerySubscriptions |
Query subscriptions to tables in DMPMaster.
| |
| SyncClient |
Gets or sets an object that manages client synchronization.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DmpMasterAdapterFactory | |