C# 클래스 Gymnastika.Modules.Meals.Communication.Services.CommunicationService

파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 메소드들

메소드 설명
CommunicationService ( ConnectionStore connectionStore ) : System
GetCompletedTasks ( int userId, Action callback ) : void
SendTasks ( DietPlan dietPlan, DietPlan>.Action callback ) : void

비공개 메소드들

메소드 설명
TransferModelToTaskItem ( DietPlan dietPlan ) : void
TransferTaskItemToXml ( object obj ) : string

메소드 상세

CommunicationService() 공개 메소드

public CommunicationService ( ConnectionStore connectionStore ) : System
connectionStore ConnectionStore
리턴 System

GetCompletedTasks() 공개 메소드

public GetCompletedTasks ( int userId, Action callback ) : void
userId int
callback Action
리턴 void

SendTasks() 공개 메소드

public SendTasks ( DietPlan dietPlan, DietPlan>.Action callback ) : void
dietPlan DietPlan
callback DietPlan>.Action
리턴 void