C# Class Earthquakes.Quake

Inheritance: NSManagedObject
Mostrar archivo Open project: xamarin/mac-samples Class Usage Examples

Public Methods

Method Description
Quake ( IntPtr handle ) : System
UpdateFromDictionary ( NSDictionary quakeDictionary ) : void

Private Methods

Method Description
GetObjectForKey ( string key ) : NSObject

Method Details

Quake() public method

public Quake ( IntPtr handle ) : System
handle System.IntPtr
return System

UpdateFromDictionary() public method

public UpdateFromDictionary ( NSDictionary quakeDictionary ) : void
quakeDictionary NSDictionary
return void