CommandName.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandName.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandName.cs
Source file hash: sha256:360be9431b8a92ac606d38844ad88d58039a6d32f486b358a11e22d4a3b3da83
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandName
Section titled “Type: CommandName”Original lines: 19-125
Declaration hash: sha256:761aa49ddb65475a0c71cc51b91a63c5f26395cbf11d2850b5604f055275600f
public static class CommandName{}Method: ToKebabCase(string identifier)
Section titled “Method: ToKebabCase(string identifier)”Original lines: 25-58
Declaration hash: sha256:3a2c7e63a46f5c75426e056ec0055d15f0ba7e1c715dfabb2771e4f92769f28b
public static string ToKebabCase(string identifier);Method: Join(string domain, string verb)
Section titled “Method: Join(string domain, string verb)”Original lines: 61-64
Declaration hash: sha256:77d2941c4d9cb2a50332a8d0137a9b808ced9dd2499f4f569d4e361823006216
public static string Join(string domain, string verb);Method: TryParseFullName(string token, out string domain, out string verb)
Section titled “Method: TryParseFullName(string token, out string domain, out string verb)”Original lines: 70-88
Declaration hash: sha256:61289034128ccbd0dbfc4a5947ebe68a8c80a6dfd3182431ccd8cb713866874e
public static bool TryParseFullName(string token, out string domain, out string verb);Method: IsValidNamePart(string part)
Section titled “Method: IsValidNamePart(string part)”Original lines: 94-124
Declaration hash: sha256:5dbbb4180c4557a5f694729446a5da6cb830167275fc17209717121f65b1f470
public static bool IsValidNamePart(string part);