C# Class Cirrious.Conference.UI.Touch.SessionCell2

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewCell
Exibir arquivo Open project: slodge/MvvmCrossConference

Public Properties

Property Type Description
Identifier NSString

Public Methods

Method Description
HandleFavoritesButtonTouchDown ( object sender, EventArgs e ) : void
LoadFromNib ( NSObject owner ) : SessionCell2
SessionCell2 ( ) : System
SessionCell2 ( IntPtr handle ) : System
SessionCell2 ( string bindingText ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Initialise ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleFavoritesButtonTouchDown() public method

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

LoadFromNib() public static method

public static LoadFromNib ( NSObject owner ) : SessionCell2
owner NSObject
return SessionCell2

SessionCell2() public method

public SessionCell2 ( ) : System
return System

SessionCell2() public method

public SessionCell2 ( IntPtr handle ) : System
handle System.IntPtr
return System

SessionCell2() public method

public SessionCell2 ( string bindingText ) : System
bindingText string
return System

Property Details

Identifier public_oe static_oe property

public static NSString Identifier
return NSString