public DataTypeAttribute(System.ComponentModel.DataAnnotations.DataType dataType)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DataTypeAttribute"/> class.
 /// </summary>
 public DataTypeAttribute(StringResourceKey resourceKey, System.ComponentModel.DataAnnotations.DataType dataType)
     : base(dataType)
 {
     ResourceKey = resourceKey;
 }