root/src/FmwkPoiesis.ObjectSearch/Equal.cs
| 3 | 4 | ||
|---|---|---|---|
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Linq; | 3 | using System.Linq; |
4 | using System.Text; | 4 | using System.Text; |
5 | using Microsoft.Practices.ServiceLocation; | 5 | //using Microsoft.Practices.ServiceLocation; |
6 | using CommonServiceLocator.WindsorAdapter; | 6 | //using CommonServiceLocator.WindsorAdapter; |
7 | 7 | ||
8 | namespace Poiesis.FrameWork.ObjectSearch | 8 | namespace Poiesis.FrameWork.ObjectSearch |
9 | { | 9 | { |
... | ... | ||
22 | public T ValueToCompare { get; set; } | 22 | public T ValueToCompare { get; set; } |
23 | 23 | ||
24 | #region Miembros de IComparator | 24 | #region Miembros de IComparator |
25 | public string BuildCommandSearch(bool isLastElement) | 25 | public string BuildCommandSearch(IObjectSearchProvider provider, bool isLastElement) |
26 | { | 26 | { |
27 | return ObjectSearch.Provider.BuildCommandEqual<T>(this, isLastElement); | 27 | return provider.BuildCommandEqual<T>(this, isLastElement); |
28 | } | 28 | } |
29 | #endregion | 29 | #endregion |
30 | } | 30 | } |
Download diff