Property | Type | Description | |
---|---|---|---|
_service |
Method | Description | |
---|---|---|
AssignMoveletTo ( List |
||
AssignMoveletTo ( string moveletKey, string phone ) : void | ||
AssignMoveletTo ( string moveletKey, string unames, string phones ) : void | ||
AssignMoveletTo ( string moveletKey, string moveletKeyExt, string unames, string phones ) : void | ||
BeginTransaction ( ) : void | ||
CommitTransaction ( ) : void | ||
DeleteAllMoveletAssignments ( string phone ) : void | ||
DeleteMovelet ( string moveletKey ) : void | ||
DeleteMovelet ( string moveletKey, string moveletKeyExt ) : void | ||
DeleteMoveletAssignment ( string moveletKey, string phone ) : void | ||
DeleteMoveletAssignment ( string moveletKey, string moveletKeyExt, string phone ) : void | ||
DeleteMovelets ( List |
||
Manager ( ) : System |
Manager Constructor which generates and reads a (default) RegistryConfiguration and generates a MovilizerWebService Instance.
|
|
Manager ( IConfigurator configuration ) : System |
Manager Constructor which reads a specific Configuration and generates a MovilizerWebService Instance.
|
|
PostMovilizerRequest ( bool synchronousReponse, int numResponses, string requestTrackingKey ) : void | ||
RollbackTransaction ( ) : void | ||
RunServiceCycle ( ) : void | ||
SendDocumentUpdate ( |
||
SendMasterdataDelete ( |
||
SendMasterdataUpdate ( |
||
SendMoveletSetTo ( |
||
SendMoveletSetTo ( |
||
SendMoveletTo ( |
||
SendMoveletTo ( |
||
SendParticipantConfigurationsUpdate ( List |
Method | Description | |
---|---|---|
Manager ( |
public AssignMoveletTo ( List |
||
assignments | List |
|
return | void |
public AssignMoveletTo ( string moveletKey, string phone ) : void | ||
moveletKey | string | |
phone | string | |
return | void |
public AssignMoveletTo ( string moveletKey, string unames, string phones ) : void | ||
moveletKey | string | |
unames | string | |
phones | string | |
return | void |
public AssignMoveletTo ( string moveletKey, string moveletKeyExt, string unames, string phones ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
unames | string | |
phones | string | |
return | void |
public DeleteAllMoveletAssignments ( string phone ) : void | ||
phone | string | |
return | void |
public DeleteMovelet ( string moveletKey ) : void | ||
moveletKey | string | |
return | void |
public DeleteMovelet ( string moveletKey, string moveletKeyExt ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
return | void |
public DeleteMoveletAssignment ( string moveletKey, string phone ) : void | ||
moveletKey | string | |
phone | string | |
return | void |
public DeleteMoveletAssignment ( string moveletKey, string moveletKeyExt, string phone ) : void | ||
moveletKey | string | |
moveletKeyExt | string | |
phone | string | |
return | void |
public DeleteMovelets ( List |
||
moveletDeletes | List |
|
return | void |
public Manager ( IConfigurator configuration ) : System | ||
configuration | IConfigurator | |
return | System |
public PostMovilizerRequest ( bool synchronousReponse, int numResponses, string requestTrackingKey ) : void | ||
synchronousReponse | bool | |
numResponses | int | |
requestTrackingKey | string | |
return | void |
public SendDocumentUpdate ( |
||
docTemplate | ||
pool | string | |
return | void |
public SendMasterdataDelete ( |
||
mduTemplate | ||
pool | string | |
return | void |
public SendMasterdataUpdate ( |
||
mduTemplate | ||
pool | string | |
return | void |
public SendMoveletSetTo ( |
||
msTemplate | ||
phones | string | |
return | void |
public SendMoveletSetTo ( |
||
msTemplate | ||
unames | string | |
phones | string | |
return | void |
public SendMoveletTo ( |
||
mTemplate | ||
phones | string | |
return | void |
public SendMoveletTo ( |
||
mTemplate | ||
uname | string | |
phone | string | |
return | void |
public SendParticipantConfigurationsUpdate ( List |
||
participantConfigurations | List |
|
return | void |