Exemple #1
0
 public void Clear()
 {
     Id      = string.Empty;
     Name    = string.Empty;
     SetCode = string.Empty;
     StringProperties.Clear();
     IntMinProperties.Clear();
     IntMaxProperties.Clear();
     BoolProperties.Clear();
     EnumProperties.Clear();
 }
Exemple #2
0
 /// <summary>
 /// Clears everything from the text properties builder (return to state when just created).
 /// </summary>
 public void Clear()
 {
     IntProperties.Clear();
     StringProperties.Clear();
 }