C# 클래스 ThoughtWorksMingleLib.MingleFilter

파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

MingleFilter() 공개 메소드

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

MingleFilter() 공개 메소드

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