C# 클래스 RedditStoreApp.Data.Model.Thing

파일 보기 프로젝트 열기: anroOfCode/reddit-w8-app

보호된 프로퍼티들

프로퍼티 타입 설명
_reqServ RedditStoreApp.Data.Core.RequestService

공개 메소드들

메소드 설명
Thing ( Newtonsoft.Json.Linq.JObject jobj, RequestService reqServ ) : System
Thing ( string resource, RequestService reqServ ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
LoadThingData ( Newtonsoft.Json.Linq.JObject jobj ) : void

메소드 상세

LoadThingData() 보호된 메소드

protected LoadThingData ( Newtonsoft.Json.Linq.JObject jobj ) : void
jobj Newtonsoft.Json.Linq.JObject
리턴 void

Thing() 공개 메소드

public Thing ( Newtonsoft.Json.Linq.JObject jobj, RequestService reqServ ) : System
jobj Newtonsoft.Json.Linq.JObject
reqServ RedditStoreApp.Data.Core.RequestService
리턴 System

Thing() 공개 메소드

public Thing ( string resource, RequestService reqServ ) : System
resource string
reqServ RedditStoreApp.Data.Core.RequestService
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_reqServ 보호되어 있는 프로퍼티

protected RequestService,RedditStoreApp.Data.Core _reqServ
리턴 RedditStoreApp.Data.Core.RequestService