C# Class Smeedee.iOS.WorkingDaysLeftWidget

Show file Open project: Smeedee/Smeedee-Mobile

Private Properties

Property Type Description
StyleDaysLeftLabel void
ToggleHidden void
UpdateUI void

Public Methods

Method Description
GetDynamicDescription ( ) : string
LastRefreshTime ( ) : DateTime
OnDescriptionChanged ( EventArgs args ) : void
Refresh ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WorkingDaysLeftWidget ( ) : System

Private Methods

Method Description
StyleDaysLeftLabel ( ) : void
ToggleHidden ( bool hidden ) : void
UpdateUI ( ) : void

Method Details

GetDynamicDescription() public method

public GetDynamicDescription ( ) : string
return string

LastRefreshTime() public method

public LastRefreshTime ( ) : DateTime
return DateTime

OnDescriptionChanged() public method

public OnDescriptionChanged ( EventArgs args ) : void
args EventArgs
return void

Refresh() public method

public Refresh ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

WorkingDaysLeftWidget() public method

public WorkingDaysLeftWidget ( ) : System
return System