C# Class Playground.iOS.Playground_iOSViewController

Show file Open project: fpt-software/Wordpress-Client Class Usage Examples

Private Properties

Property Type Description
ReleaseDesignerOutlets void
cancelIt void
doIt void

Public Methods

Method Description
HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void
Playground_iOSViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ToHex ( byte bytes, bool upperCase ) : string

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
cancelIt ( Foundation sender ) : void
doIt ( Foundation sender ) : void

Method Details

HandleDownloadProgress() public method

public HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void
bytes long
totalBytes long
totalBytesExpected long
return void

Playground_iOSViewController() public method

public Playground_iOSViewController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ToHex() public static method

public static ToHex ( byte bytes, bool upperCase ) : string
bytes byte
upperCase bool
return string