C# Class GenerateContacts.AppDelegate

Inheritance: UIApplicationDelegate
Show file Open project: ayoung/monotouch-generate-contacts

Private Properties

Property Type Description
PopulateContacts void

Public Methods

Method Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
GeneratePhone ( Random random ) : long
NextNumber ( Random random ) : UInt32
OnActivated ( UIApplication application ) : void

Private Methods

Method Description
PopulateContacts ( ) : void

Method Details

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

GeneratePhone() public static method

public static GeneratePhone ( Random random ) : long
random System.Random
return long

NextNumber() public static method

public static NextNumber ( Random random ) : UInt32
random System.Random
return System.UInt32

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void