Ejemplo n.º 1
0
 /// <summary>
 /// Set the value related to the moment on
 /// where the data is updated
 /// </summary>
 /// <param name="instance">the instance data to be updated</param>
 /// <returns>
 /// a false value
 /// </returns>
 public bool OnPreUpdate(PreUpdateEvent instance)
 {
     instance.SetDate(DateTime.Now, "Modified", instance.State);
     return false;
 }