Exemple #1
0
 public void SetAttributeError(CremaAttribute attribute, string error)
 {
     this.row.SetColumnError(attribute.InternalAttribute, error);
 }
Exemple #2
0
 public InternalAttribute(CremaAttribute target, string attributeName, Type dataType)
     : this(attributeName, dataType)
 {
     base.Target = target;
 }