Exemplo n.º 1
0
 public virtual bool IsLogUpdate(BusinessObjectUpdate <TObject> businessObject)
 {
     return(false);
 }
Exemplo n.º 2
0
 public virtual bool IsLogUpdateDetail(BusinessObjectUpdate <TObject> businessObject, ChangeDetections detectChanges)
 {
     return(false);
 }
Exemplo n.º 3
0
 public virtual bool IsNotReservedForUpdate(BusinessStep step, BusinessObjectUpdate <TObject> businessObject, ref string message)
 {
     return(true);
 }