C# Class FHSSpiritDataControl.DataControlNews

Exibir arquivo Open project: spirit-fhs/wp7 Class Usage Examples

Public Properties

Property Type Description
m_del_ErrorMessage ErrorMessage
m_del_GetFHSID GetFHSID
m_del_GetUIR GetURI
m_del_ResponseNews ResponseNews

Public Methods

Method Description
addComment ( string strComments, int nCurrentMessageID ) : void
requestAllNews ( ) : void

Private Methods

Method Description
DataControlNews ( ) : System
GetRequestStreamCallback ( IAsyncResult asynchronousResult ) : void
GetResponseCallback ( IAsyncResult asynchronousResult ) : void
ResponseCallback ( IAsyncResult result ) : void
addComments ( Newtonsoft.Json.Linq.JObject jObject ) : ItemMessageCommentModel[]
flatDegreeClasses ( Newtonsoft.Json.Linq.JObject jObject ) : string
processJSONString ( string strJSON ) : void

Method Details

addComment() public method

public addComment ( string strComments, int nCurrentMessageID ) : void
strComments string
nCurrentMessageID int
return void

requestAllNews() public method

public requestAllNews ( ) : void
return void

Property Details

m_del_ErrorMessage public_oe property

public ErrorMessage m_del_ErrorMessage
return ErrorMessage

m_del_GetFHSID public_oe property

public GetFHSID m_del_GetFHSID
return GetFHSID

m_del_GetUIR public_oe property

public GetURI m_del_GetUIR
return GetURI

m_del_ResponseNews public_oe property

public ResponseNews m_del_ResponseNews
return ResponseNews