DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Protocol.AuthenticateRequest Class Reference
Inheritance diagram for Deveel.Data.Protocol.AuthenticateRequest:
Deveel.Data.Protocol.IMessage

Public Member Functions

 AuthenticateRequest (string userName, string password)
 
 AuthenticateRequest (string defaultSchema, string userName, string password)
 

Properties

string DefaultSchema [get, private set]
 
string UserName [get, private set]
 
string Password [get, private set]
 

Detailed Description

Definition at line 20 of file AuthenticateRequest.cs.

Constructor & Destructor Documentation

Deveel.Data.Protocol.AuthenticateRequest.AuthenticateRequest ( string  userName,
string  password 
)
inline

Definition at line 21 of file AuthenticateRequest.cs.

22  : this(null, userName, password) {
23  }
Deveel.Data.Protocol.AuthenticateRequest.AuthenticateRequest ( string  defaultSchema,
string  userName,
string  password 
)
inline

Definition at line 25 of file AuthenticateRequest.cs.

Property Documentation

string Deveel.Data.Protocol.AuthenticateRequest.DefaultSchema
getprivate set

Definition at line 31 of file AuthenticateRequest.cs.

string Deveel.Data.Protocol.AuthenticateRequest.Password
getprivate set

Definition at line 35 of file AuthenticateRequest.cs.

string Deveel.Data.Protocol.AuthenticateRequest.UserName
getprivate set

Definition at line 33 of file AuthenticateRequest.cs.


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