C# Class MonoMobile.Views.SuspendNotificationContext

Inheritance: IDisposable
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
SuspendNotificationContext ( IEnumerable observableObjects ) : System
SuspendNotificationContext ( IObservableObject observableObject ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

SuspendNotificationContext() public method

public SuspendNotificationContext ( IEnumerable observableObjects ) : System
observableObjects IEnumerable
return System

SuspendNotificationContext() public method

public SuspendNotificationContext ( IObservableObject observableObject ) : System
observableObject IObservableObject
return System