C# 클래스 Vidyano.ViewModel.QueryResultItem

상속: ViewModelBase
파일 보기 프로젝트 열기: stevehansen/vidyano_v1 1 사용 예제들

공개 메소드들

메소드 설명
Load ( ) : Task
Open ( ) : System.Threading.Tasks.Task
this ( string key ) : object

보호된 메소드들

메소드 설명
GetServiceProperties ( ) : string[]

비공개 메소드들

메소드 설명
QueryResultItem ( Newtonsoft.Json.Linq.JObject model, Query query ) : System.Linq
QueryResultItem ( string id ) : System.Linq

메소드 상세

GetServiceProperties() 보호된 메소드

protected GetServiceProperties ( ) : string[]
리턴 string[]

Load() 공개 메소드

public Load ( ) : Task
리턴 Task

Open() 공개 메소드

public Open ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object