コード例 #1
0
 /// <summary>
 /// Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
 /// </summary>
 /// <param name="p_Type">The type of this model</param>
 public TextBoxCurrency(Type p_Type) : base(p_Type)
 {
     TypeConverter = new DevAge.ComponentModel.Converter.CurrencyTypeConverter(p_Type);
 }
コード例 #2
0
ファイル: TextBoxCurrency.cs プロジェクト: zhuangyy/Motion
 /// <summary>
 /// Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
 /// </summary>
 /// <param name="p_Type">The type of this model</param>
 public TextBoxCurrency(Type p_Type)
     : base(p_Type)
 {
     TypeConverter = new DevAge.ComponentModel.Converter.CurrencyTypeConverter(p_Type);
 }