C# 클래스 Rock.Reporting.ComparisonHelper

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
ComparisonControl ( ComparisonType supportedComparisonTypes, bool required = true ) : RockDropDownList

Gets a dropdownlist of the supported comparison types

ComparisonExpression ( ComparisonType comparisonType, MemberExpression property, Expression value, Expression value2 = null ) : Expression

Gets the comparison expression.

메소드 상세

ComparisonControl() 공개 정적인 메소드

Gets a dropdownlist of the supported comparison types
public static ComparisonControl ( ComparisonType supportedComparisonTypes, bool required = true ) : RockDropDownList
supportedComparisonTypes ComparisonType The supported comparison types.
required bool if set to true [required].
리턴 Rock.Web.UI.Controls.RockDropDownList

ComparisonExpression() 공개 정적인 메소드

Gets the comparison expression.
public static ComparisonExpression ( ComparisonType comparisonType, MemberExpression property, Expression value, Expression value2 = null ) : Expression
comparisonType ComparisonType Type of the comparison.
property System.Linq.Expressions.MemberExpression The property.
value System.Linq.Expressions.Expression The value.
value2 System.Linq.Expressions.Expression If doing ComparisonType.Between, value2 is the upper value between expression
리턴 System.Linq.Expressions.Expression