public SmartViewRuleValueViewModel(SmartViewEditType type, IEnumerable <string> values = null) { this.editType = type; this.values = values; }
public SmartViewEditMode(SmartViewEditType type, string suffix = null) : this() { this.Suffix = suffix; this.Type = type; }