C# Class Dev2.DataList.Contract.SearchTO

Class for holding all the properties that are needed by the find records operation
Inheritance: IRecsetSearch
Mostra file Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
SearchTO ( string fieldsToSearch, string searchType, string searchCriteria, string result )

Internal constructor, must be created from the DTOFactory

SearchTO ( string fieldsToSearch, string searchType, string searchCriteria, string startIndex, string result, bool matchCase, string from, string to, bool requireAllFieldsToMatch = false )

Internal constructor, must be created from the DTOFactory