Esempio n. 1
0
 /// <summary>
 /// Adds custom actions to the message.
 /// </summary>
 /// <param name="message">
 /// The message where actions are added.
 /// </param>
 /// <param name="source">
 /// The source object where the strategy is applied.
 /// </param>
 /// <param name="property">
 /// The property that the strategy is applied to.
 /// </param>
 public abstract void AddActions(SyncMessage message, object source, PropertyInfo property);