Inheritance: System.Attribute
Esempio n. 1
0
 public AttributeProperty(PropertyInfo propertyInfo, DatabaseValueAttribute attribute)
 {
     this.propertyInfo = propertyInfo;
     this.attribute = attribute;
 }
Esempio n. 2
0
 public AttributeProperty(PropertyInfo propertyInfo, DatabaseValueAttribute attribute)
 {
     this.propertyInfo = propertyInfo;
     this.attribute    = attribute;
 }