DataPlace
DatabaseIndex Class
CSCS.DataPlace.CommonDatabaseIndex
Index of Database objects created by a Master object.
Declaration Syntax
C#
public class DatabaseIndex : IDisposable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
DatabaseIndex

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817