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

Public Member Functions

 AuthenticateResponse (bool authenticated, long timeStamp)
 

Properties

bool Authenticated [get, private set]
 
long TimeStamp [get, private set]
 

Detailed Description

Definition at line 20 of file AuthenticateResponse.cs.

Constructor & Destructor Documentation

Deveel.Data.Protocol.AuthenticateResponse.AuthenticateResponse ( bool  authenticated,
long  timeStamp 
)
inline

Definition at line 21 of file AuthenticateResponse.cs.

Property Documentation

bool Deveel.Data.Protocol.AuthenticateResponse.Authenticated
getprivate set

Definition at line 26 of file AuthenticateResponse.cs.

long Deveel.Data.Protocol.AuthenticateResponse.TimeStamp
getprivate set

Definition at line 28 of file AuthenticateResponse.cs.


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