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 ) : |
||
GetOrCreateMasterdataPoolUpdateTemplate ( string pool ) : |
||
PostMovilizerRequest ( bool synchronousReponse = false, int numResponses = 1000, string requestTrackingKey = "" ) : MovilizerResponse | ||
RollbackTransaction ( ) : void |
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 |
Méthode | Description | |
---|---|---|
InitializeMoveletRequest ( MovilizerRequest request ) : void | ||
MovilizerWebService ( ) : System | ||
ProcessOutboundPool ( object>.Dictionary |
||
ProcessOutboundQueue ( |
protected ComposeRequest ( ) : MovilizerRequest | ||
Résultat | MovilizerRequest |
protected CreateMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : MovilizerMoveletAssignment | ||
moveletKey | string | |
moveletKeyExt | string | |
uname | string | |
phone | string | |
Résultat | MovilizerMoveletAssignment |
protected CreateMoveletAssignmentDelete ( string moveletKey, string moveletKeyExt, string deviceAddress, bool hardDelete ) : MovilizerMoveletAssignmentDelete | ||
moveletKey | string | |
moveletKeyExt | string | |
deviceAddress | string | |
hardDelete | bool | |
Résultat | MovilizerMoveletAssignmentDelete |
protected CreateMoveletDelete ( string moveletKey, string moveletKeyExt ) : MovilizerMoveletDelete | ||
moveletKey | string | |
moveletKeyExt | string | |
Résultat | MovilizerMoveletDelete |
protected CreateParticipant ( string uname, string deviceAddress ) : MovilizerParticipant | ||
uname | string | |
deviceAddress | string | |
Résultat | MovilizerParticipant |
public EnqueueAllMoveletsAssignmentDeletion ( string phone ) : void | ||
phone | string | |
Résultat | void |
public EnqueueDocumentPoolUpdate ( MovilizerDocumentPoolUpdate documentPoolUpdate ) : void | ||
documentPoolUpdate | MovilizerDocumentPoolUpdate | |
Résultat | void |
protected EnqueueInboundQueueObjects ( object objs ) : void | ||
objs | object | |
Résultat | void |
public EnqueueMasterdataPoolUpdate ( MovilizerMasterdataPoolUpdate masterdataPoolUpdate ) : void | ||
masterdataPoolUpdate | MovilizerMasterdataPoolUpdate | |
Résultat | void |
public EnqueueMovelet ( MovilizerMovelet movelet, string uname, string phone ) : void | ||
movelet | MovilizerMovelet | |
uname | string | |
phone | string | |
Résultat | void |
public EnqueueMoveletAssignment ( MovilizerMoveletAssignment assignment ) : void | ||
assignment | MovilizerMoveletAssignment | |
Résultat | void |
public EnqueueMoveletAssignment ( string moveletKey, string moveletKeyExt, string uname, string phone ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
uname | string | |
phone | string | |
Résultat | void |
public EnqueueMoveletAssignmentDeletion ( string moveletKey, string phone ) : void | ||
moveletKey | string | |
phone | string | |
Résultat | void |
public EnqueueMoveletAssignmentDeletion ( string moveletKey, string moveletKeyExt, string phone ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
phone | string | |
Résultat | void |
public EnqueueMoveletDeletion ( MovilizerMoveletDelete moveletDelete ) : void | ||
moveletDelete | MovilizerMoveletDelete | |
Résultat | void |
public EnqueueMoveletDeletion ( string moveletKey, string moveletKeyExt = null ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
Résultat | void |
public EnqueueMoveletSet ( MovilizerMoveletSet moveletSet ) : void | ||
moveletSet | MovilizerMoveletSet | |
Résultat | void |
public EnqueueMoveletSet ( MovilizerMoveletSet moveletSet, string uname, string phone ) : void | ||
moveletSet | MovilizerMoveletSet | |
uname | string | |
phone | string | |
Résultat | void |
public EnqueueParticipantConfiguration ( MovilizerParticipantConfiguration participantConfiguration ) : void | ||
participantConfiguration | MovilizerParticipantConfiguration | |
Résultat | void |
public EnqueueResetParticipant ( string phone ) : void | ||
phone | string | |
Résultat | void |
protected EnqueueResponse ( MovilizerResponse response ) : void | ||
response | MovilizerResponse | |
Résultat | void |
public GetOrCreateDocumentPoolUpdateTemplate ( string pool ) : |
||
pool | string | |
Résultat |
public GetOrCreateMasterdataPoolUpdateTemplate ( string pool ) : |
||
pool | string | |
Résultat |
public PostMovilizerRequest ( bool synchronousReponse = false, int numResponses = 1000, string requestTrackingKey = "" ) : MovilizerResponse | ||
synchronousReponse | bool | |
numResponses | int | |
requestTrackingKey | string | |
Résultat | MovilizerResponse |