Esempio n. 1
0
 public ValorPadraoAttribute(ValorPadraoTipo tipo, object valor) : this(tipo)
 {
     Valor = valor;
 }
Esempio n. 2
0
 public ValorPadraoAttribute(ValorPadraoTipo tipo, object valor, PropertyInfo prop) : this(tipo, valor)
 {
     Prop = prop;
 }
Esempio n. 3
0
 public ValorPadraoAttribute(ValorPadraoTipo tipo)
 {
     Tipo = tipo;
 }