C# Class Business.GetConditionsEventArgs

Contains information for the GetConditions event. The event handler should fill Conditions with search conditions.
Inheritance: System.EventArgs
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Méthode Description
GetConditionsEventArgs ( ) : System

Initializes a new instance of the GetConditionsEventArgs class.

GetConditionsEventArgs ( SearchSettings conditions ) : System

Method Details

GetConditionsEventArgs() public méthode

Initializes a new instance of the GetConditionsEventArgs class.
public GetConditionsEventArgs ( ) : System
Résultat System

GetConditionsEventArgs() public méthode

public GetConditionsEventArgs ( SearchSettings conditions ) : System
conditions DataAccess.SearchSettings
Résultat System