C# Class SmsCoordinator.RavenScheduleDocuments

Inheritance: IRavenScheduleDocuments
Exibir arquivo Open project: samjeffress/TrickleComms

Public Methods

Method Description
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

Method Details

AreCoordinatedSchedulesComplete() public method

public AreCoordinatedSchedulesComplete ( System.Guid coordinatorId ) : bool
coordinatorId System.Guid
return bool

GetActiveScheduleTrackingData() public method

public GetActiveScheduleTrackingData ( System.Guid coordinatorId ) : List
coordinatorId System.Guid
return List

GetMaxScheduleDateTime() public method

public GetMaxScheduleDateTime ( System.Guid coordinatorId ) : System.DateTime
coordinatorId System.Guid
return System.DateTime

GetScheduleSummary() public method

public GetScheduleSummary ( System.Guid coordinatorId ) : List
coordinatorId System.Guid
return List

GetSmsAndEmailCoordinatorData() public method

public GetSmsAndEmailCoordinatorData ( string smsAndEmailDataId ) : CustomerContactList
smsAndEmailDataId string
return SmsTrackingModels.CustomerContactList

MarkCoordinatorAsComplete() public method

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

SaveCoordinator() public method

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

SaveCoordinator() public method

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

SaveSchedules() public method

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

SaveSchedules() public method

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