C# 클래스 Sport.Mobile.Shared.ChallengeCardView

상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: xamarin/Sport 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnAcceptedProperty BindableProperty
OnClickedProperty BindableProperty
OnDeclinedProperty BindableProperty
OnNudgeProperty BindableProperty
OnPostResultsProperty BindableProperty
ViewModelProperty BindableProperty

공개 메소드들

메소드 설명
ChallengeCardView ( ) : System
HandleAccepted ( object sender, EventArgs e ) : void
HandleDeclined ( object sender, EventArgs e ) : void
HandleNudgeAthlete ( object sender, EventArgs e ) : void
HandlePostResults ( object sender, EventArgs e ) : void

메소드 상세

ChallengeCardView() 공개 메소드

public ChallengeCardView ( ) : System
리턴 System

HandleAccepted() 공개 메소드

public HandleAccepted ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

HandleDeclined() 공개 메소드

public HandleDeclined ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

HandleNudgeAthlete() 공개 메소드

public HandleNudgeAthlete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

HandlePostResults() 공개 메소드

public HandlePostResults ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

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

public static BindableProperty OnAcceptedProperty
리턴 BindableProperty

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

public static BindableProperty OnClickedProperty
리턴 BindableProperty

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

public static BindableProperty OnDeclinedProperty
리턴 BindableProperty

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

public static BindableProperty OnNudgeProperty
리턴 BindableProperty

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

public static BindableProperty OnPostResultsProperty
리턴 BindableProperty

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

public static BindableProperty ViewModelProperty
리턴 BindableProperty