C# Class Dev2.DataList.FindRecsetOptions

Static class for returning the search option that was selected by the user
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
FindAll ( ) : IList

Find all AbstractRecsetSearchValidation objects

FindMatch ( string expressionType ) : IFindRecsetOptions

Find the matching search object

Private Methods

Méthode Description
FindRecsetOptions ( ) : System

Private method for initializing the list of options

SortRecordsetOptions ( ) : void

Method Details

FindAll() public static méthode

Find all AbstractRecsetSearchValidation objects
public static FindAll ( ) : IList
Résultat IList

FindMatch() public static méthode

Find the matching search object
public static FindMatch ( string expressionType ) : IFindRecsetOptions
expressionType string
Résultat IFindRecsetOptions