C# Class Playground.iOS.Playground_iOSViewController

Afficher le fichier Open project: fpt-software/Wordpress-Client Class Usage Examples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void
cancelIt void
doIt void

Méthodes publiques

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

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void
cancelIt ( Foundation sender ) : void
doIt ( Foundation sender ) : void

Method Details

HandleDownloadProgress() public méthode

public HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void
bytes long
totalBytes long
totalBytesExpected long
Résultat void

Playground_iOSViewController() public méthode

public Playground_iOSViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ToHex() public static méthode

public static ToHex ( byte bytes, bool upperCase ) : string
bytes byte
upperCase bool
Résultat string