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