C# Class ExBuddy.OrderBotTags.Behaviors.ExProfileBehavior

Inheritance: ProfileBehavior, ILogColors
Show file Open project: MGramolini/ExBuddy

Protected Properties

Property Type Description
Logger Logger
isDone bool

Private Properties

Property Type Description
ExProfileBehavior System.Threading.Tasks

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
CreateBehavior ( ) : Composite
DoReset ( ) : void
Main ( ) : Task
OnResetCachedDone ( ) : void

Private Methods

Method Description
ExProfileBehavior ( ) : System.Threading.Tasks

Method Details

CreateBehavior() protected method

protected CreateBehavior ( ) : Composite
return Composite

DoReset() protected method

protected DoReset ( ) : void
return void

Main() protected abstract method

protected abstract Main ( ) : Task
return Task

OnResetCachedDone() protected final method

protected final OnResetCachedDone ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Logger protected property

protected Logger Logger
return Logger

isDone protected property

protected bool isDone
return bool