Example #1
0
 protected FactorAttribute(FactorKind factorKind)
 {
     FactorKind = factorKind;
 }
Example #2
0
 protected FactorAttribute(string name, FactorKind factorKind)
 {
     Name       = name;
     FactorKind = factorKind;
 }