Index of Database objects created by a Master object.
| C# |
public class DatabaseIndex : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| DatabaseInstanceAdded |
Occurs when a new Database instance has been added.
| |
| DatabaseInstanceRemoved |
Occurs when a new Database instance has been removed.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Disposing |
Occurs when the object is being disposed.
| |
| 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.) | |
| GetPublicationIdForLocalDatabaseName(String) |
Gets the publication ID for a database.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDisposed |
Whether the object has been disposed.
| |
| Item[([(Guid])]) |
Gets a database object by publication ID, creating one if necessary.
| |
| Item[([(Guid, Boolean])]) |
Gets a database object by publication ID, creating one if necessary.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDatabaseInstanceAdded(EventArgs<(Of <(Database>)>)) |
Raises the DatabaseInstanceAdded event.
| |
| OnDatabaseInstanceRemoved(EventArgs<(Of <(Database>)>)) |
Raises the DatabaseInstanceRemoved event.
| |
| OnDisposing(EventArgs) |
Raises the Disposing event.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DatabaseIndex | |