Class CmdBootStrapArgs
Arguments for bootstrapping a command-line application with actions and initialization functions
public class CmdBootStrapArgs
- Inheritance
-
CmdBootStrapArgs
- Inherited Members
- Extension Methods
Properties
AddGroupOfActions
Gets or sets the function that provides a group of named actions for user selection
public Func<Dictionary<string, Action>> AddGroupOfActions { get; set; }
Property Value
InitSqlMeasureTime
Gets or sets the action to initialize SQL measure time tracking
public Action InitSqlMeasureTime { get; set; }
Property Value
RunInDebug
Gets or sets the action to run in debug mode
public Action RunInDebug { get; set; }
Property Value
ShouldAskUserIfRelease
Gets or sets whether to ask the user which action to run in release mode
public bool ShouldAskUserIfRelease { get; set; }