Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Tools.dll Namespace: CloudNimble.DotNetDocs.Tools.Commands Inheritance: CloudNimble.DotNetDocs.Tools.Commands.Base.DocsCommandBase

Syntax

CloudNimble.DotNetDocs.Tools.Commands.BuildCommand

Constructors

.ctor

Syntax

public BuildCommand()

Properties

ApiReferencePath

Syntax

public string ApiReferencePath { get; set; }

Property Value

Type: string

AssemblyListFile

Syntax

public string AssemblyListFile { get; set; }

Property Value

Type: string

DocumentationType

Syntax

public string DocumentationType { get; set; }

Property Value

Type: string

NamespaceMode

Syntax

public string NamespaceMode { get; set; }

Property Value

Type: string

OutputPath

Syntax

public string OutputPath { get; set; }

Property Value

Type: string

Methods

OnExecute

Syntax

public System.Threading.Tasks.Task<int> OnExecute(McMaster.Extensions.CommandLineUtils.CommandLineApplication app)

Parameters

NameTypeDescription
appMcMaster.Extensions.CommandLineUtils.CommandLineApplication-

Returns

Type: System.Threading.Tasks.Task<int>