C# Class AcManager.Pages.Dialogs.ChangeCarParentDialog

Inheritance: IComparer, INotifyPropertyChanged
Show file Open project: gro-ove/actools

Public Methods

Method Description
CarParentEditor_Closing ( object sender, System e ) : void
ChangeCarParentDialog ( CarObject car ) : System.Collections
Compare ( object x, object y ) : int

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void
UpdateFilter ( ) : void

Method Details

CarParentEditor_Closing() public method

public CarParentEditor_Closing ( object sender, System e ) : void
sender object
e System
return void

ChangeCarParentDialog() public method

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

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int