Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo Interface Reference

Source information More...

Inheritance diagram for Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo:
Utilities.ORM.Manager.SourceProvider.SourceInfo

Properties

string Connection [get]
 Connection string More...
 
IDatabase Database [get]
 The database object associated with the source info (if one is associated with it) More...
 
string DatabaseName [get]
 Gets the database. More...
 
string Name [get]
 Name of the source More...
 
int Order [get]
 Order that the source should be used in More...
 
string ParameterPrefix [get]
 Parameter prefix that the source uses More...
 
string Password [get]
 Gets the password. More...
 
bool Readable [get]
 Should this source be used to read data? More...
 
string Server [get]
 Gets the data source. More...
 
string SourceType [get]
 Source type, based on ADO.Net provider name More...
 
string UserName [get]
 Gets the name of the user. More...
 
bool Writable [get]
 Should this source be used to write data? More...
 

Detailed Description

Source information

Definition at line 29 of file ISourceInfo.cs.

Property Documentation

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Connection
get

Connection string

The connection.

Definition at line 37 of file ISourceInfo.cs.

IDatabase Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Database
get

The database object associated with the source info (if one is associated with it)

The database.

Definition at line 45 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.DatabaseName
get

Gets the database.

The database.

Definition at line 53 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Name
get

Name of the source

The name.

Definition at line 61 of file ISourceInfo.cs.

int Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Order
get

Order that the source should be used in

The order.

Definition at line 69 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.ParameterPrefix
get

Parameter prefix that the source uses

The parameter prefix.

Definition at line 77 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Password
get

Gets the password.

The password.

Definition at line 85 of file ISourceInfo.cs.

bool Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Readable
get

Should this source be used to read data?

true if readable; otherwise, false.

Definition at line 93 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Server
get

Gets the data source.

The data source.

Definition at line 101 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.SourceType
get

Source type, based on ADO.Net provider name

The type of the source.

Definition at line 109 of file ISourceInfo.cs.

string Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.UserName
get

Gets the name of the user.

The name of the user.

Definition at line 117 of file ISourceInfo.cs.

bool Utilities.ORM.Manager.SourceProvider.Interfaces.ISourceInfo.Writable
get

Should this source be used to write data?

true if writable; otherwise, false.

Definition at line 125 of file ISourceInfo.cs.


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