CliNamerGetCommandName Method

Gets the command name for a property by using current nameCasingConvention.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.0
C#
public string GetCommandName(
	string baseName,
	bool isSpecificName
)

Parameters

baseName  String

[Missing <param name="baseName"/> documentation for "M:DotMake.CommandLine.CliNamer.GetCommandName(System.String,System.Boolean)"]

isSpecificName  Boolean

[Missing <param name="isSpecificName"/> documentation for "M:DotMake.CommandLine.CliNamer.GetCommandName(System.String,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:DotMake.CommandLine.CliNamer.GetCommandName(System.String,System.Boolean)"]

See Also