C# Class MWS.WebService.MovilizerWebService

Inheritance: MovilizerWebServiceV14Service
Afficher le fichier Open project: Movilizer/.NET_Connector Class Usage Examples

Méthodes publiques

Méthode Description
BeginTransaction ( ) : void
CommitTransaction ( ) : void
DequeueResponseObject ( ) : object
EnqueueAllMoveletsAssignmentDeletion ( string phone ) : void
EnqueueDocumentPoolUpdate ( MovilizerDocumentPoolUpdate documentPoolUpdate ) : void
EnqueueMasterdataPoolUpdate ( MovilizerMasterdataPoolUpdate masterdataPoolUpdate ) : void
EnqueueMovelet ( MovilizerMovelet movelet, string uname, string phone ) : void
EnqueueMoveletAssignment ( MovilizerMoveletAssignment assignment ) : void
EnqueueMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : void
EnqueueMoveletAssignmentDeletion ( string moveletKey, string phone ) : void
EnqueueMoveletAssignmentDeletion ( string moveletKey, string moveletKeyExt, string phone ) : void
EnqueueMoveletDeletion ( MovilizerMoveletDelete moveletDelete ) : void
EnqueueMoveletDeletion ( string moveletKey, string moveletKeyExt = null ) : void
EnqueueMoveletSet ( MovilizerMoveletSet moveletSet ) : void
EnqueueMoveletSet ( MovilizerMoveletSet moveletSet, string uname, string phone ) : void
EnqueueParticipantConfiguration ( MovilizerParticipantConfiguration participantConfiguration ) : void
EnqueueResetParticipant ( string phone ) : void
GetOrCreateDocumentPoolUpdateTemplate ( string pool ) : DocumentPoolUpdateTemplate
GetOrCreateMasterdataPoolUpdateTemplate ( string pool ) : MasterdataPoolUpdateTemplate
PostMovilizerRequest ( bool synchronousReponse = false, int numResponses = 1000, string requestTrackingKey = "" ) : MovilizerResponse
RollbackTransaction ( ) : void

Méthodes protégées

Méthode Description
ComposeRequest ( ) : MovilizerRequest
CreateMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : MovilizerMoveletAssignment
CreateMoveletAssignmentDelete ( string moveletKey, string moveletKeyExt, string deviceAddress, bool hardDelete ) : MovilizerMoveletAssignmentDelete
CreateMoveletDelete ( string moveletKey, string moveletKeyExt ) : MovilizerMoveletDelete
CreateParticipant ( string uname, string deviceAddress ) : MovilizerParticipant
EnqueueInboundQueueObjects ( object objs ) : void
EnqueueResponse ( MovilizerResponse response ) : void

Private Methods

Méthode Description
InitializeMoveletRequest ( MovilizerRequest request ) : void
MovilizerWebService ( ) : System
ProcessOutboundPool ( object>.Dictionary outPool ) : void
ProcessOutboundQueue ( Queue outQueue ) : void

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

CommitTransaction() public méthode

public CommitTransaction ( ) : void
Résultat void

ComposeRequest() protected méthode

protected ComposeRequest ( ) : MovilizerRequest
Résultat MovilizerRequest

CreateMoveletAssignment() protected méthode

protected CreateMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : MovilizerMoveletAssignment
moveletKey string
moveletKeyExt string
uname string
phone string
Résultat MovilizerMoveletAssignment

CreateMoveletAssignmentDelete() protected méthode

protected CreateMoveletAssignmentDelete ( string moveletKey, string moveletKeyExt, string deviceAddress, bool hardDelete ) : MovilizerMoveletAssignmentDelete
moveletKey string
moveletKeyExt string
deviceAddress string
hardDelete bool
Résultat MovilizerMoveletAssignmentDelete

CreateMoveletDelete() protected méthode

protected CreateMoveletDelete ( string moveletKey, string moveletKeyExt ) : MovilizerMoveletDelete
moveletKey string
moveletKeyExt string
Résultat MovilizerMoveletDelete

CreateParticipant() protected méthode

protected CreateParticipant ( string uname, string deviceAddress ) : MovilizerParticipant
uname string
deviceAddress string
Résultat MovilizerParticipant

DequeueResponseObject() public méthode

public DequeueResponseObject ( ) : object
Résultat object

EnqueueAllMoveletsAssignmentDeletion() public méthode

public EnqueueAllMoveletsAssignmentDeletion ( string phone ) : void
phone string
Résultat void

EnqueueDocumentPoolUpdate() public méthode

public EnqueueDocumentPoolUpdate ( MovilizerDocumentPoolUpdate documentPoolUpdate ) : void
documentPoolUpdate MovilizerDocumentPoolUpdate
Résultat void

EnqueueInboundQueueObjects() protected méthode

protected EnqueueInboundQueueObjects ( object objs ) : void
objs object
Résultat void

EnqueueMasterdataPoolUpdate() public méthode

public EnqueueMasterdataPoolUpdate ( MovilizerMasterdataPoolUpdate masterdataPoolUpdate ) : void
masterdataPoolUpdate MovilizerMasterdataPoolUpdate
Résultat void

EnqueueMovelet() public méthode

public EnqueueMovelet ( MovilizerMovelet movelet, string uname, string phone ) : void
movelet MovilizerMovelet
uname string
phone string
Résultat void

EnqueueMoveletAssignment() public méthode

public EnqueueMoveletAssignment ( MovilizerMoveletAssignment assignment ) : void
assignment MovilizerMoveletAssignment
Résultat void

EnqueueMoveletAssignment() public méthode

public EnqueueMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : void
moveletKey string
moveletKeyExt string
uname string
phone string
Résultat void

EnqueueMoveletAssignmentDeletion() public méthode

public EnqueueMoveletAssignmentDeletion ( string moveletKey, string phone ) : void
moveletKey string
phone string
Résultat void

EnqueueMoveletAssignmentDeletion() public méthode

public EnqueueMoveletAssignmentDeletion ( string moveletKey, string moveletKeyExt, string phone ) : void
moveletKey string
moveletKeyExt string
phone string
Résultat void

EnqueueMoveletDeletion() public méthode

public EnqueueMoveletDeletion ( MovilizerMoveletDelete moveletDelete ) : void
moveletDelete MovilizerMoveletDelete
Résultat void

EnqueueMoveletDeletion() public méthode

public EnqueueMoveletDeletion ( string moveletKey, string moveletKeyExt = null ) : void
moveletKey string
moveletKeyExt string
Résultat void

EnqueueMoveletSet() public méthode

public EnqueueMoveletSet ( MovilizerMoveletSet moveletSet ) : void
moveletSet MovilizerMoveletSet
Résultat void

EnqueueMoveletSet() public méthode

public EnqueueMoveletSet ( MovilizerMoveletSet moveletSet, string uname, string phone ) : void
moveletSet MovilizerMoveletSet
uname string
phone string
Résultat void

EnqueueParticipantConfiguration() public méthode

public EnqueueParticipantConfiguration ( MovilizerParticipantConfiguration participantConfiguration ) : void
participantConfiguration MovilizerParticipantConfiguration
Résultat void

EnqueueResetParticipant() public méthode

public EnqueueResetParticipant ( string phone ) : void
phone string
Résultat void

EnqueueResponse() protected méthode

protected EnqueueResponse ( MovilizerResponse response ) : void
response MovilizerResponse
Résultat void

GetOrCreateDocumentPoolUpdateTemplate() public méthode

public GetOrCreateDocumentPoolUpdateTemplate ( string pool ) : DocumentPoolUpdateTemplate
pool string
Résultat MWS.Templates.DocumentPoolUpdateTemplate

GetOrCreateMasterdataPoolUpdateTemplate() public méthode

public GetOrCreateMasterdataPoolUpdateTemplate ( string pool ) : MasterdataPoolUpdateTemplate
pool string
Résultat MWS.Templates.MasterdataPoolUpdateTemplate

PostMovilizerRequest() public méthode

public PostMovilizerRequest ( bool synchronousReponse = false, int numResponses = 1000, string requestTrackingKey = "" ) : MovilizerResponse
synchronousReponse bool
numResponses int
requestTrackingKey string
Résultat MovilizerResponse

RollbackTransaction() public méthode

public RollbackTransaction ( ) : void
Résultat void