C# Class JelloScrum.QueryObjects.ProjectQuery

Query projects
ファイルを表示 Open project: auxilium/JelloScrum

Public Properties

Property Type Description
SearchTerm string

Public Methods

Method Description
GetQuery ( ISession session ) : ICriteria

Search for a project with a name or description like the given searchterm.

Method Details

GetQuery() public method

Search for a project with a name or description like the given searchterm.
public GetQuery ( ISession session ) : ICriteria
session ISession The session.
return ICriteria

Property Details

SearchTerm public_oe property

public string SearchTerm
return string