public InventoryConstraint(InventoryConstraintType type, string value, TypeCode valueType) { this.Type = type; this.Value = value; this.DataTypeOfValue = valueType; }
public InventoryConstraintRst(InventoryConstraintType type, string value, TypeCode typeOfValue) { this.Type = type.ToString(); this.Value = value; this.DataTypeOfValue = typeOfValue.ToString(); }