C# Class Business.GetConditionsEventArgs

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

Public Methods

Method Description
GetConditionsEventArgs ( ) : System

Initializes a new instance of the GetConditionsEventArgs class.

GetConditionsEventArgs ( SearchSettings conditions ) : System

Method Details

GetConditionsEventArgs() public method

Initializes a new instance of the GetConditionsEventArgs class.
public GetConditionsEventArgs ( ) : System
return System

GetConditionsEventArgs() public method

public GetConditionsEventArgs ( SearchSettings conditions ) : System
conditions DataAccess.SearchSettings
return System