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

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
BrandUri ( string brand ) : Uri
ClassUri ( string carClass ) : Uri
CountryUri ( string country ) : Uri
SelectCarDialog ( CarObject car ) : System
Show ( CarObject car = null ) : CarObject
YearUri ( int year ) : Uri

비공개 메소드들

메소드 설명
Choosing_ItemChosen ( object sender, ItemChosenEventArgs e ) : void
List_ItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
List_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
List_WrappedValueChanged ( object sender, WrappedValueChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
SelectedCarChanged ( CarObject value ) : void
Tabs_OnFrameNavigated ( object sender, NavigationEventArgs e ) : void
UpdateTunableVersions ( ) : void

메소드 상세

BrandUri() 공개 정적인 메소드

public static BrandUri ( string brand ) : Uri
brand string
리턴 System.Uri

ClassUri() 공개 정적인 메소드

public static ClassUri ( string carClass ) : Uri
carClass string
리턴 System.Uri

CountryUri() 공개 정적인 메소드

public static CountryUri ( string country ) : Uri
country string
리턴 System.Uri

SelectCarDialog() 공개 메소드

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

Show() 공개 정적인 메소드

public static Show ( CarObject car = null ) : CarObject
car AcManager.Tools.Objects.CarObject
리턴 AcManager.Tools.Objects.CarObject

YearUri() 공개 정적인 메소드

public static YearUri ( int year ) : Uri
year int
리턴 System.Uri