C# 클래스 Cirrious.Conference.UI.Touch.TeamCell

상속: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewCell
파일 보기 프로젝트 열기: slodge/MvvmCrossConference

공개 프로퍼티들

프로퍼티 타입 설명
Identifier NSString

Private Properties

프로퍼티 타입 설명
Initialise void
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
LoadFromNib ( NSObject owner ) : TeamCell
TeamCell ( ) : System
TeamCell ( IntPtr handle ) : System
TeamCell ( string bindingText ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Initialise ( ) : void
ReleaseDesignerOutlets ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LoadFromNib() 공개 정적인 메소드

public static LoadFromNib ( NSObject owner ) : TeamCell
owner NSObject
리턴 TeamCell

TeamCell() 공개 메소드

public TeamCell ( ) : System
리턴 System

TeamCell() 공개 메소드

public TeamCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

TeamCell() 공개 메소드

public TeamCell ( string bindingText ) : System
bindingText string
리턴 System

프로퍼티 상세

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

public static NSString Identifier
리턴 NSString