C# 클래스 Smeedee.iOS.TopCommittersWidget

상속: UITableViewController, IWidget, IToolbarControl
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile

Private Properties

프로퍼티 타입 설명
UpdateUI void

공개 메소드들

메소드 설명
GetDynamicDescription ( ) : string
LastRefreshTime ( ) : System.DateTime
OnDescriptionChanged ( EventArgs args ) : void
Refresh ( ) : void
ToolbarConfigurationItem ( ) : UIBarButtonItem
TopCommittersWidget ( ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

비공개 메소드들

메소드 설명
UpdateUI ( ) : void

메소드 상세

GetDynamicDescription() 공개 메소드

public GetDynamicDescription ( ) : string
리턴 string

LastRefreshTime() 공개 메소드

public LastRefreshTime ( ) : System.DateTime
리턴 System.DateTime

OnDescriptionChanged() 공개 메소드

public OnDescriptionChanged ( EventArgs args ) : void
args System.EventArgs
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ToolbarConfigurationItem() 공개 메소드

public ToolbarConfigurationItem ( ) : UIBarButtonItem
리턴 UIBarButtonItem

TopCommittersWidget() 공개 메소드

public TopCommittersWidget ( ) : System
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void