C# 클래스 AcManager.Pages.Dialogs.ChangeCarParentDialog

상속: IComparer, INotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
CarParentEditor_Closing ( object sender, System e ) : void
ChangeCarParentDialog ( CarObject car ) : System.Collections
Compare ( object x, object y ) : int

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void
UpdateFilter ( ) : void

메소드 상세

CarParentEditor_Closing() 공개 메소드

public CarParentEditor_Closing ( object sender, System e ) : void
sender object
e System
리턴 void

ChangeCarParentDialog() 공개 메소드

public ChangeCarParentDialog ( CarObject car ) : System.Collections
car AcManager.Tools.Objects.CarObject
리턴 System.Collections

Compare() 공개 메소드

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