CliNamerGetOptionName Method

Gets the option name for a property by using current nameCasingConvention and namePrefixConvention.

Definition

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

Parameters

baseName  String

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

isSpecificName  Boolean

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

Return Value

String

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

See Also