C# Class Azavea.Open.DAO.Criteria.Grouping.AbstractGroupExpression

Base class for group expressions.
Datei anzeigen Open project: azavea/net-dao Class Usage Examples

Public Properties

Property Type Description
Name string

Protected Methods

Method Description
AbstractGroupExpression ( string name )

Initializes the grouping expression with its name.

Method Details

AbstractGroupExpression() protected method

Initializes the grouping expression with its name.
protected AbstractGroupExpression ( string name )
name string

Property Details

Name public_oe property

Name of the grouping, I.E. this is what shows up as a key in the dictionary in the GroupCountResult.
public string Name
return string