Example #1
0
 /// <summary>
 /// Handle an ExpandedCountSelectItem
 /// </summary>
 /// <param name="item">the item to Handle</param>
 public virtual void Handle(ExpandedCountSelectItem item)
 {
     throw new NotImplementedException();
 }
Example #2
0
 /// <summary>
 /// Translate an ExpandedCountSelectItem
 /// </summary>
 /// <param name="item">the item to Translate</param>
 /// <returns>Defined by the implementer</returns>
 public virtual T Translate(ExpandedCountSelectItem item)
 {
     throw new NotImplementedException();
 }