Пример #1
0
 public InventoryConstraint(InventoryConstraintType type, string value, TypeCode valueType)
 {
     this.Type            = type;
     this.Value           = value;
     this.DataTypeOfValue = valueType;
 }
Пример #2
0
 public InventoryConstraintRst(InventoryConstraintType type, string value, TypeCode typeOfValue)
 {
     this.Type            = type.ToString();
     this.Value           = value;
     this.DataTypeOfValue = typeOfValue.ToString();
 }