Exemplo n.º 1
0
 /// <summary>
 /// Raises the OnTimestampChanging event.
 /// </summary>
 protected virtual void OnTimestampChanging(Acme.TestProject.EFDAL.EventArguments.ChangingEventArgs <byte[]> e)
 {
     if (this.TimestampChanging != null)
     {
         this.TimestampChanging(this, e);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Raises the OnCreatedByChanging event.
 /// </summary>
 protected virtual void OnCreatedByChanging(Acme.TestProject.EFDAL.EventArguments.ChangingEventArgs <string> e)
 {
     if (this.CreatedByChanging != null)
     {
         this.CreatedByChanging(this, e);
     }
 }
Exemplo n.º 3
0
 /// <summary>
 /// Raises the OnModifiedDateChanging event.
 /// </summary>
 protected virtual void OnModifiedDateChanging(Acme.TestProject.EFDAL.EventArguments.ChangingEventArgs <DateTime> e)
 {
     if (this.ModifiedDateChanging != null)
     {
         this.ModifiedDateChanging(this, e);
     }
 }
Exemplo n.º 4
0
 /// <summary>
 /// Raises the OnPriceChanging event.
 /// </summary>
 protected virtual void OnPriceChanging(Acme.TestProject.EFDAL.EventArguments.ChangingEventArgs <int> e)
 {
     if (this.PriceChanging != null)
     {
         this.PriceChanging(this, e);
     }
 }