Manages all the publications, local databases, and subscriptions for a user.
| C# |
public class Master : IDisposable
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| Master(SyncManagerFactory) |
Creates a new instance.
| |
| AdapterFactory |
Adapter factory for creating table adapters.
| |
| CreateNewSubscription(DmpMaster..::.PublicationsRow, SubscriptionType, DPActionStatus) |
Creates a new subscription.
| |
| CreateNewSubscription(DmpMaster..::.PublicationsRow, String, DPActionStatus) |
Creates a new subscription.
| |
| Databases |
Index of database objects.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Disposing |
Occurs when the object is being disposed.
| |
| DropDatabase(DmpMaster..::.MySubscriptionsRow) |
Removes a database.
| |
| DropPublication(Guid) |
Removes a publication.
| |
| DropPublication(DmpMaster..::.PublicationsRow) |
Removes a publication.
| |
| DropSubscription(DmpMaster..::.MySubscriptionsRow) |
Removes a subscription.
| |
| 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 |
Whether the object has been disposed.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MySubscriptions |
Table containing subscription data.
| |
| MySubscriptionsProvider |
Data provider for the subscriptions table.
| |
| OnDisposing(EventArgs) |
Raises the Disposing event.
| |
| ProcessSubscriptions()()() |
Processes queued subscriptions.
| |
| PublicationModel |
Publication model table.
| |
| PublicationModelProvider |
Data provider for the publication model table.
| |
| Publications |
Table containing publication data.
| |
| PublicationsProvider |
Data provider for the publications table.
| |
| QueueSubscribeById(Guid) |
Begins the process of subscribing by publication ID.
| |
| SubscriberAlias |
Subscriber's alias.
| |
| SyncManagerFactory |
An object that creates synchronization managers.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Master | |