AVEVA Database .NET Public Interface

DatabaseService Members

DatabaseService overview

Public Static Methods

OpenProject Open a projects
RaiseChanges Deprecated - do not use
RaiseClaim Deprecated - do not use
RaiseMDBClosed Raise MDB Closed event- This will be replaced by mechanisms in DbEvents
RaiseMDBClosing Deprecated - do not use
RaiseMDBOpened Deprecated - do not use
RaisePostGetWork Deprecated- do not use
RaisePostOpenProject Deprecated- do not use
RaisePostRedo Deprecated- do not use
RaisePostUndo Deprecated- do not use
RaisePreGetWork Deprecated- do not use
RaisePreRedo Deprecated- do not use
RaisePreUndo Deprecated- do not use
RaiseRelease Deprecated- do not use

Public Static Events

Changes Changes event- Deprecated, use DbEvents.AddHandleUserChanges to add a delegate
Claim Deprecated - use DbEvents.AddClaimedEventHandler to add a delegate
MDBClosed MDB Closed event- This will be replaced by mechanisms in DbEvents
MDBClosing MDB Closing event- This will be replaced by mechanisms in DbEvents
MDBOpened MDB Opened event- This will be replaced by mechanisms in DbEvents
PostGetWork Deprecated - use DbEvents.AddLocalChangedEventHandler
PostOpenProject Project opened event- This will be replaced by a mechanism in the DbEvents class
PostRedo Deprecated - use DbEvents.AddLocalChangingEventHandler
PostUndo Deprecated - use DbEvents.AddLocalChangedEventHandler
PreGetWork Deprecated - use DbEvents.AddLocalChangingEventHandler
PreRedo Deprecated - use DbEvents.AddLocalChangingEventHandler
PreUndo Deprecated - use DbEvents.AddLocalChangingEventHandler
Release Deprecated - use DbEvents.AddClaimedEventHandler

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DatabaseService Class | Aveva.Pdms.Database Namespace