CliNamerGetDirectiveName Method

Gets an auto or a specific directive name for a symbol by using current nameCasingConvention. Tracks used names and aliases and throws if name already exists.

Auto name is generated only when current nameAutoGenerate contains Directives.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public string GetDirectiveName(
	string symbolName,
	string specificName = null
)

Parameters

symbolName  String

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

specificName  String  (Optional)

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

Return Value

String

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

See Also