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