C# 클래스 AcManager.Controls.AcObjectListBox

상속: System.Windows.Controls.Control, IComparer
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
BasicFilterProperty System.Windows.DependencyProperty
InnerItemsSourceProperty System.Windows.DependencyProperty
IsFilteringEnabledProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
SelectionModeProperty System.Windows.DependencyProperty
UserFilterProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
AcObjectListBox ( ) : System
AcObjectListBox_Loaded ( object sender, RoutedEventArgs e ) : void
AcObjectListBox_Unloaded ( object sender, RoutedEventArgs e ) : void
ClearFilter ( ) : void
Collection_ItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Collection_WrappedValueChanged ( object sender, WrappedValueChangedEventArgs e ) : void
FilterFunc ( object o ) : bool
GetSelectedItems ( ) : IEnumerable
ItemsSource_CurrentChanged ( object sender, EventArgs e ) : void
ListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnFilterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemsSourceChanged ( IAcObjectList newValue ) : void
OnSelectedItemChanged ( AcObjectNew newValue ) : void
OnSelectedItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateFilter ( ) : void
UpdateFilter ( IAcObjectNew selectObject ) : void
UpdateSelected ( ) : void

메소드 상세

Compare() 공개 메소드

public Compare ( object x, object y ) : int
x object
y object
리턴 int

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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