C# Class Queue.Model.ClientRequest

Inheritance: IdentifiedEntity
ファイルを表示 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Absence ( ) : void
Calling ( Operator queueOperator ) : void
Cancel ( ) : void
ClientRequest ( ) : Junte.Data.NHibernate
Close ( ClientRequestState state ) : void
FirstStep ( ISession session ) : void
NextStep ( ISession session ) : bool
Open ( ) : void
Postpone ( System.TimeSpan postponeTime ) : void
Redirect ( Operator targetOperator ) : void
Rendered ( ) : void
Rendering ( System.TimeSpan clientInterval ) : void
Restore ( ) : void
Return ( ) : void
ToString ( ) : string

Method Details

Absence() public method

public Absence ( ) : void
return void

Calling() public method

public Calling ( Operator queueOperator ) : void
queueOperator Operator
return void

Cancel() public method

public Cancel ( ) : void
return void

ClientRequest() public method

public ClientRequest ( ) : Junte.Data.NHibernate
return Junte.Data.NHibernate

Close() public method

public Close ( ClientRequestState state ) : void
state ClientRequestState
return void

FirstStep() public method

public FirstStep ( ISession session ) : void
session ISession
return void

NextStep() public method

public NextStep ( ISession session ) : bool
session ISession
return bool

Open() public method

public Open ( ) : void
return void

Postpone() public method

public Postpone ( System.TimeSpan postponeTime ) : void
postponeTime System.TimeSpan
return void

Redirect() public method

public Redirect ( Operator targetOperator ) : void
targetOperator Operator
return void

Rendered() public method

public Rendered ( ) : void
return void

Rendering() public method

public Rendering ( System.TimeSpan clientInterval ) : void
clientInterval System.TimeSpan
return void

Restore() public method

public Restore ( ) : void
return void

Return() public method

public Return ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string