C# 클래스 Huaban.UWP.ViewModels.PinListViewModel

상속: HBViewModel
파일 보기 프로젝트 열기: dblleaf/Huaban 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NavigationService_BackEvent void

공개 메소드들

메소드 설명
Clear ( ) : void
ClearAndReload ( ) : Task
Dispose ( ) : void
GetMaxPinID ( ) : long
GetMaxSeq ( ) : long
PinListViewModel ( Api.Context context, Func _func ) : System

비공개 메소드들

메소드 설명
NavigationService_BackEvent ( object sender, BackRequestedEventArgs e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearAndReload() 공개 메소드

public ClearAndReload ( ) : Task
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMaxPinID() 공개 메소드

public GetMaxPinID ( ) : long
리턴 long

GetMaxSeq() 공개 메소드

public GetMaxSeq ( ) : long
리턴 long

PinListViewModel() 공개 메소드

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