Table of Contents

Class CmdBootStrapArgs

Namespace
SunamoCl.SunamoCmd
Assembly
SunamoCl.dll

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

Func<Dictionary<string, Action>>

InitSqlMeasureTime

Gets or sets the action to initialize SQL measure time tracking

public Action InitSqlMeasureTime { get; set; }

Property Value

Action

RunInDebug

Gets or sets the action to run in debug mode

public Action RunInDebug { get; set; }

Property Value

Action

ShouldAskUserIfRelease

Gets or sets whether to ask the user which action to run in release mode

public bool ShouldAskUserIfRelease { get; set; }

Property Value

bool