C# Class Dev2.DataList.FindRecsetOptions

Static class for returning the search option that was selected by the user
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
FindAll ( ) : IList

Find all AbstractRecsetSearchValidation objects

FindMatch ( string expressionType ) : IFindRecsetOptions

Find the matching search object

Private Methods

Method Description
FindRecsetOptions ( ) : System

Private method for initializing the list of options

SortRecordsetOptions ( ) : void

Method Details

FindAll() public static method

Find all AbstractRecsetSearchValidation objects
public static FindAll ( ) : IList
return IList

FindMatch() public static method

Find the matching search object
public static FindMatch ( string expressionType ) : IFindRecsetOptions
expressionType string
return IFindRecsetOptions