C# 클래스 AcManager.Pages.Dialogs.TrackGeoTagsDialog.ScriptProvider

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Alert ( string message ) : void
CmTest ( ) : object
Log ( string message ) : void
Prompt ( string message, string defaultValue ) : string
ScriptProvider ( ViewModel model ) : System.Linq
Update ( double lat, double lng ) : void

메소드 상세

Alert() 공개 메소드

public Alert ( string message ) : void
message string
리턴 void

CmTest() 공개 메소드

public CmTest ( ) : object
리턴 object

Log() 공개 메소드

public Log ( string message ) : void
message string
리턴 void

Prompt() 공개 메소드

public Prompt ( string message, string defaultValue ) : string
message string
defaultValue string
리턴 string

ScriptProvider() 공개 메소드

public ScriptProvider ( ViewModel model ) : System.Linq
model ViewModel
리턴 System.Linq

Update() 공개 메소드

public Update ( double lat, double lng ) : void
lat double
lng double
리턴 void