Пример #1
0
 public SmartViewRuleValueViewModel(SmartViewEditType type, IEnumerable <string> values = null)
 {
     this.editType = type;
     this.values   = values;
 }
Пример #2
0
 public SmartViewEditMode(SmartViewEditType type, string suffix = null) : this()
 {
     this.Suffix = suffix;
     this.Type   = type;
 }