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