C# Class Questor.Behaviors.DedicatedBookmarkSalvagerBehavior

Mostrar archivo Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Properties

Property Type Description
AgentID long
BookmarksThatAreNotReadyYet List
CloseQuestorFlag bool
LastAction System.DateTime
PanicStateReset bool

Private Properties

Property Type Description
BeginClosingQuestor void

Public Methods

Method Description
ApplySalvageSettings ( ) : void
DebugDedicatedBookmarkSalvagerBehaviorStates ( ) : void
DebugPanicstates ( ) : void
DebugPerformanceClearandStartTimer ( ) : void
DebugPerformanceStopandDisplayTimer ( string whatWeAreTiming ) : void
DedicatedBookmarkSalvagerBehavior ( ) : System
ProcessState ( ) : void
SettingsLoaded ( object sender, EventArgs e ) : void
ValidateDedicatedSalvageSettings ( ) : void

Private Methods

Method Description
BeginClosingQuestor ( ) : void

Method Details

ApplySalvageSettings() public method

public ApplySalvageSettings ( ) : void
return void

DebugDedicatedBookmarkSalvagerBehaviorStates() public method

public DebugDedicatedBookmarkSalvagerBehaviorStates ( ) : void
return void

DebugPanicstates() public method

public DebugPanicstates ( ) : void
return void

DebugPerformanceClearandStartTimer() public method

public DebugPerformanceClearandStartTimer ( ) : void
return void

DebugPerformanceStopandDisplayTimer() public method

public DebugPerformanceStopandDisplayTimer ( string whatWeAreTiming ) : void
whatWeAreTiming string
return void

DedicatedBookmarkSalvagerBehavior() public method

public DedicatedBookmarkSalvagerBehavior ( ) : System
return System

ProcessState() public method

public ProcessState ( ) : void
return void

SettingsLoaded() public method

public SettingsLoaded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ValidateDedicatedSalvageSettings() public method

public ValidateDedicatedSalvageSettings ( ) : void
return void

Property Details

AgentID public_oe static_oe property

public static long AgentID
return long

BookmarksThatAreNotReadyYet public_oe property

public List BookmarksThatAreNotReadyYet
return List

CloseQuestorFlag public_oe property

public bool CloseQuestorFlag
return bool

LastAction public_oe property

public DateTime,System LastAction
return System.DateTime

PanicStateReset public_oe property

public bool PanicStateReset
return bool