Ejemplo n.º 1
0
 public bool IsBeingSetOrUpdated(string attributeName)
 {
     return(TargetImage != null && TargetImage.Contains(attributeName));
 }