C# 클래스 SmsCoordinator.RavenScheduleDocuments

상속: IRavenScheduleDocuments
파일 보기 프로젝트 열기: samjeffress/TrickleComms

공개 메소드들

메소드 설명
AreCoordinatedSchedulesComplete ( System.Guid coordinatorId ) : bool
GetActiveScheduleTrackingData ( System.Guid coordinatorId ) : List
GetMaxScheduleDateTime ( System.Guid coordinatorId ) : System.DateTime
GetScheduleSummary ( System.Guid coordinatorId ) : List
GetSmsAndEmailCoordinatorData ( string smsAndEmailDataId ) : CustomerContactList
MarkCoordinatorAsComplete ( System.Guid coordinatorId, System.DateTime utcCompleteDate ) : void
SaveCoordinator ( CoordinatorCreated message ) : void
SaveCoordinator ( CoordinatorCreatedWithEmailAndSms message ) : void
SaveSchedules ( List messageList, System.Guid coordinatorId ) : void
SaveSchedules ( List messageList, System.Guid coordinatorId ) : void

메소드 상세

AreCoordinatedSchedulesComplete() 공개 메소드

public AreCoordinatedSchedulesComplete ( System.Guid coordinatorId ) : bool
coordinatorId System.Guid
리턴 bool

GetActiveScheduleTrackingData() 공개 메소드

public GetActiveScheduleTrackingData ( System.Guid coordinatorId ) : List
coordinatorId System.Guid
리턴 List

GetMaxScheduleDateTime() 공개 메소드

public GetMaxScheduleDateTime ( System.Guid coordinatorId ) : System.DateTime
coordinatorId System.Guid
리턴 System.DateTime

GetScheduleSummary() 공개 메소드

public GetScheduleSummary ( System.Guid coordinatorId ) : List
coordinatorId System.Guid
리턴 List

GetSmsAndEmailCoordinatorData() 공개 메소드

public GetSmsAndEmailCoordinatorData ( string smsAndEmailDataId ) : CustomerContactList
smsAndEmailDataId string
리턴 SmsTrackingModels.CustomerContactList

MarkCoordinatorAsComplete() 공개 메소드

public MarkCoordinatorAsComplete ( System.Guid coordinatorId, System.DateTime utcCompleteDate ) : void
coordinatorId System.Guid
utcCompleteDate System.DateTime
리턴 void

SaveCoordinator() 공개 메소드

public SaveCoordinator ( CoordinatorCreated message ) : void
message SmsMessages.Coordinator.Events.CoordinatorCreated
리턴 void

SaveCoordinator() 공개 메소드

public SaveCoordinator ( CoordinatorCreatedWithEmailAndSms message ) : void
message SmsMessages.Coordinator.Events.CoordinatorCreatedWithEmailAndSms
리턴 void

SaveSchedules() 공개 메소드

public SaveSchedules ( List messageList, System.Guid coordinatorId ) : void
messageList List
coordinatorId System.Guid
리턴 void

SaveSchedules() 공개 메소드

public SaveSchedules ( List messageList, System.Guid coordinatorId ) : void
messageList List
coordinatorId System.Guid
리턴 void