C# 클래스 Business.GetConditionsEventArgs

Contains information for the GetConditions event. The event handler should fill Conditions with search conditions.
상속: System.EventArgs
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 메소드들

메소드 설명
GetConditionsEventArgs ( ) : System

Initializes a new instance of the GetConditionsEventArgs class.

GetConditionsEventArgs ( SearchSettings conditions ) : System

메소드 상세

GetConditionsEventArgs() 공개 메소드

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

GetConditionsEventArgs() 공개 메소드

public GetConditionsEventArgs ( SearchSettings conditions ) : System
conditions DataAccess.SearchSettings
리턴 System