C# 클래스 Signum.Windows.FilterOption

상속: System.Windows.Freezable
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RealValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CloneIfNecessary ( ) : FilterOption
DefaultValue ( Type type ) : object
FilterOption ( ) : System
FilterOption ( string columnName, Func value ) : System
FilterOption ( string columnName, object value ) : System
RefreshRealValue ( ) : void
SetFilterTokens ( IEnumerable filters, QueryDescription qd, bool canAggregate = false ) : void
ToFilter ( ) : Filter
ToString ( ) : string

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

비공개 메소드들

메소드 설명
ValueChanged ( System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

CloneIfNecessary() 공개 메소드

public CloneIfNecessary ( ) : FilterOption
리턴 FilterOption

CreateInstanceCore() 보호된 메소드

protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

DefaultValue() 공개 정적인 메소드

public static DefaultValue ( Type type ) : object
type System.Type
리턴 object

FilterOption() 공개 메소드

public FilterOption ( ) : System
리턴 System

FilterOption() 공개 메소드

public FilterOption ( string columnName, Func value ) : System
columnName string
value Func
리턴 System

FilterOption() 공개 메소드

public FilterOption ( string columnName, object value ) : System
columnName string
value object
리턴 System

RefreshRealValue() 공개 메소드

public RefreshRealValue ( ) : void
리턴 void

SetFilterTokens() 공개 정적인 메소드

public static SetFilterTokens ( IEnumerable filters, QueryDescription qd, bool canAggregate = false ) : void
filters IEnumerable
qd Signum.Entities.DynamicQuery.QueryDescription
canAggregate bool
리턴 void

ToFilter() 공개 메소드

public ToFilter ( ) : Filter
리턴 Signum.Entities.DynamicQuery.Filter

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

RealValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows RealValueProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty