Lines Matching refs:IDString
19 public string IDString;
26 public SwitchForm(string idString, SwitchType type, bool multi,
29 IDString = idString;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
40 public SwitchForm(string idString, SwitchType type, bool multi):
41 this(idString, type, multi, 0)
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
196 string id = commandForms[i].IDString;
260 public string IDString = "";
262 public CommandForm(string idString, bool postStringMode)
264 IDString = idString;