C# Class ThoughtWorksMingleLib.MingleFilter

Afficher le fichier Open project: ThoughtWorksStudios/mingle.net Class Usage Examples

Méthodes publiques

Méthode Description
MingleFilter ( )

Constructs a new Filter. Sets Name, Condition and Value to the empty string.

MingleFilter ( string name, string condition, string value )

Constructs a new Filter. Sets Name, Condition and Value.

Method Details

MingleFilter() public méthode

Constructs a new Filter. Sets Name, Condition and Value to the empty string.
public MingleFilter ( )

MingleFilter() public méthode

Constructs a new Filter. Sets Name, Condition and Value.
public MingleFilter ( string name, string condition, string value )
name string
condition string
value string