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