Beispiel #1
0
 public describe_cvv_validation(Entity entity, string cvvPropertyName)
     : base(entity, cvvPropertyName)
 {
 }
 public describe_entity_property_validation(Entity entity, string propertyName)
 {
     this.entity = entity;
     this.propertyName = propertyName;
     propertyInfo = entity.GetType().GetProperty(this.propertyName);
 }