C# Class Sport.Mobile.Shared.ChallengeCardView

Inheritance: Xamarin.Forms.ContentView
ファイルを表示 Open project: xamarin/Sport Class Usage Examples

Public Properties

Property Type Description
OnAcceptedProperty BindableProperty
OnClickedProperty BindableProperty
OnDeclinedProperty BindableProperty
OnNudgeProperty BindableProperty
OnPostResultsProperty BindableProperty
ViewModelProperty BindableProperty

Public Methods

Method Description
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

Method Details

ChallengeCardView() public method

public ChallengeCardView ( ) : System
return System

HandleAccepted() public method

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

HandleDeclined() public method

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

HandleNudgeAthlete() public method

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

HandlePostResults() public method

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

Property Details

OnAcceptedProperty public_oe static_oe property

public static BindableProperty OnAcceptedProperty
return BindableProperty

OnClickedProperty public_oe static_oe property

public static BindableProperty OnClickedProperty
return BindableProperty

OnDeclinedProperty public_oe static_oe property

public static BindableProperty OnDeclinedProperty
return BindableProperty

OnNudgeProperty public_oe static_oe property

public static BindableProperty OnNudgeProperty
return BindableProperty

OnPostResultsProperty public_oe static_oe property

public static BindableProperty OnPostResultsProperty
return BindableProperty

ViewModelProperty public_oe static_oe property

public static BindableProperty ViewModelProperty
return BindableProperty