Craig's Utility Library  4.0 Beta
Utilities.ORM.Interfaces.IDatabase Interface Reference

Database configuration interface More...

Inheritance diagram for Utilities.ORM.Interfaces.IDatabase:
Utilities.ORM.Manager.SourceProvider.DefaultDatabase

Properties

bool Audit [get]
 Determines if audit tables are generated More...
 
string Name [get]
 Name associated with the database More...
 
int Order [get]
 Order that this database should be in (if only one database is being used, it is ignored) More...
 
bool Readable [get]
 Should this database be used to read data? More...
 
bool Update [get]
 Should the structure of the database be updated? More...
 
bool Writable [get]
 Should this database be used to write data? More...
 

Detailed Description

Database configuration interface

Definition at line 27 of file IDatabase.cs.

Property Documentation

bool Utilities.ORM.Interfaces.IDatabase.Audit
get

Determines if audit tables are generated

Definition at line 32 of file IDatabase.cs.

string Utilities.ORM.Interfaces.IDatabase.Name
get

Name associated with the database

Definition at line 37 of file IDatabase.cs.

int Utilities.ORM.Interfaces.IDatabase.Order
get

Order that this database should be in (if only one database is being used, it is ignored)

Definition at line 42 of file IDatabase.cs.

bool Utilities.ORM.Interfaces.IDatabase.Readable
get

Should this database be used to read data?

Definition at line 47 of file IDatabase.cs.

bool Utilities.ORM.Interfaces.IDatabase.Update
get

Should the structure of the database be updated?

Definition at line 52 of file IDatabase.cs.

bool Utilities.ORM.Interfaces.IDatabase.Writable
get

Should this database be used to write data?

Definition at line 57 of file IDatabase.cs.


The documentation for this interface was generated from the following file: