C# Class Huaban.UWP.ViewModels.PinListViewModel

Inheritance: HBViewModel
Mostrar archivo Open project: dblleaf/Huaban Class Usage Examples

Private Properties

Property Type Description
NavigationService_BackEvent void

Public Methods

Method Description
Clear ( ) : void
ClearAndReload ( ) : Task
Dispose ( ) : void
GetMaxPinID ( ) : long
GetMaxSeq ( ) : long
PinListViewModel ( Api.Context context, Func _func ) : System

Private Methods

Method Description
NavigationService_BackEvent ( object sender, BackRequestedEventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

ClearAndReload() public method

public ClearAndReload ( ) : Task
return Task

Dispose() public method

public Dispose ( ) : void
return void

GetMaxPinID() public method

public GetMaxPinID ( ) : long
return long

GetMaxSeq() public method

public GetMaxSeq ( ) : long
return long

PinListViewModel() public method

public PinListViewModel ( Api.Context context, Func _func ) : System
context Api.Context
_func Func
return System