Craig's Utility Library  4.0 Beta
Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider Class Reference

LDAP query provider More...

Inheritance diagram for Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider:
Utilities.ORM.Manager.QueryProvider.Interfaces.IQueryProvider

Public Member Functions

IBatch Batch (ISourceInfo Source)
 Creates a batch for running commands More...
 
IGenerator< T > Generate< T > (ISourceInfo Source, IMapping Mapping, Graph< IMapping > Structure)
 Creates a generator class for the appropriate provider More...
 

Properties

string ProviderName [get]
 Provider name associated with the query provider /summary> More...
 
static string ParameterPrefix [get]
 Parameter prefix More...
 
- Properties inherited from Utilities.ORM.Manager.QueryProvider.Interfaces.IQueryProvider
string ProviderName [get]
 Provider name associated with the query provider More...
 

Detailed Description

LDAP query provider

Definition at line 32 of file LDAPQueryProvider.cs.

Member Function Documentation

IBatch Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider.Batch ( ISourceInfo  Source)

Creates a batch for running commands

Parameters
SourceSource info
Returns
A batch object

Implements Utilities.ORM.Manager.QueryProvider.Interfaces.IQueryProvider.

Definition at line 50 of file LDAPQueryProvider.cs.

IGenerator<T> Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider.Generate< T > ( ISourceInfo  Source,
IMapping  Mapping,
Graph< IMapping Structure 
)

Creates a generator class for the appropriate provider

Template Parameters
TObject type
Parameters
SourceSource information
MappingMapping information
StructureThe structure.
Returns
A generator class

Implements Utilities.ORM.Manager.QueryProvider.Interfaces.IQueryProvider.

Type Constraints
T :class 

Definition at line 63 of file LDAPQueryProvider.cs.

Property Documentation

string Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider.ParameterPrefix
staticgetprotected

Parameter prefix

The parameter prefix.

Definition at line 43 of file LDAPQueryProvider.cs.

string Utilities.ORM.Manager.QueryProvider.Default.LDAP.LDAPQueryProvider.ProviderName
get

Provider name associated with the query provider /summary>

Definition at line 37 of file LDAPQueryProvider.cs.


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