C# Class SmsTrackingModels.CoordinatorTrackingData

Exibir arquivo Open project: samjeffress/TrickleComms Class Usage Examples

Private Properties

Property Type Description
ParseMessageStatus MessageStatusTracking

Public Methods

Method Description
CoordinatorTrackingData ( ) : System
CoordinatorTrackingData ( List listOfSendingStatusForTesting ) : System
GetCountOfSchedules ( IDocumentStore documentStore ) : int
GetListOfCoordinatedSchedules ( IDocumentStore documentStore ) : List

Private Methods

Method Description
ParseMessageStatus ( MessageStatus messageStatus ) : MessageStatusTracking

Method Details

CoordinatorTrackingData() public method

public CoordinatorTrackingData ( ) : System
return System

CoordinatorTrackingData() public method

public CoordinatorTrackingData ( List listOfSendingStatusForTesting ) : System
listOfSendingStatusForTesting List
return System

GetCountOfSchedules() public method

public GetCountOfSchedules ( IDocumentStore documentStore ) : int
documentStore IDocumentStore
return int

GetListOfCoordinatedSchedules() public method

public GetListOfCoordinatedSchedules ( IDocumentStore documentStore ) : List
documentStore IDocumentStore
return List