DefaultToolkit Class
The default implementation of the Toolkit interface.
C#
public sealed class DefaultToolkit : Toolkit
- Inheritance
-
Default
Toolkit
- Implements
Methods
New |
Description copied from interface: Toolkit
|
Equals(object) | (Inherited from object) |
GetHashCode() | (Inherited from object) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |
Methods Detail
NewDatabaseLink(string)
Description copied from interface: Toolkit
Gets a new database connection.
C#
public DatabaseLink NewDatabaseLink(string databasePath)
Parameters
- databasePath
- string