C# Class MWS.Data.Manager

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

Protected Properties

Свойство Type Description
_service MWS.WebService.MovilizerWebService

Méthodes publiques

Méthode Description
AssignMoveletTo ( List assignments ) : void
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 moveletDeletes ) : void
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 ( DocumentUpdateTemplate docTemplate, string pool ) : void
SendMasterdataDelete ( MasterdataDeleteTemplate mduTemplate, string pool ) : void
SendMasterdataUpdate ( MasterdataUpdateTemplate mduTemplate, string pool ) : void
SendMoveletSetTo ( MoveletSetTemplate msTemplate, string phones ) : void
SendMoveletSetTo ( MoveletSetTemplate msTemplate, string unames, string phones ) : void
SendMoveletTo ( MoveletTemplate mTemplate, string phones ) : void
SendMoveletTo ( MoveletTemplate mTemplate, string uname, string phone ) : void
SendParticipantConfigurationsUpdate ( List participantConfigurations ) : void

Private Methods

Méthode Description
Manager ( MovilizerWebService service ) : System

Method Details

AssignMoveletTo() public méthode

public AssignMoveletTo ( List assignments ) : void
assignments List
Résultat void

AssignMoveletTo() public méthode

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

AssignMoveletTo() public méthode

public AssignMoveletTo ( string moveletKey, string unames, string phones ) : void
moveletKey string
unames string
phones string
Résultat void

AssignMoveletTo() public méthode

public AssignMoveletTo ( string moveletKey, string moveletKeyExt, string unames, string phones ) : void
moveletKey string
moveletKeyExt string
unames string
phones string
Résultat void

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

CommitTransaction() public méthode

public CommitTransaction ( ) : void
Résultat void

DeleteAllMoveletAssignments() public méthode

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

DeleteMovelet() public méthode

public DeleteMovelet ( string moveletKey ) : void
moveletKey string
Résultat void

DeleteMovelet() public méthode

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

DeleteMoveletAssignment() public méthode

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

DeleteMoveletAssignment() public méthode

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

DeleteMovelets() public méthode

public DeleteMovelets ( List moveletDeletes ) : void
moveletDeletes List
Résultat void

Manager() public méthode

Manager Constructor which generates and reads a (default) RegistryConfiguration and generates a MovilizerWebService Instance.
public Manager ( ) : System
Résultat System

Manager() public méthode

Manager Constructor which reads a specific Configuration and generates a MovilizerWebService Instance.
public Manager ( IConfigurator configuration ) : System
configuration IConfigurator
Résultat System

PostMovilizerRequest() public méthode

public PostMovilizerRequest ( bool synchronousReponse, int numResponses, string requestTrackingKey ) : void
synchronousReponse bool
numResponses int
requestTrackingKey string
Résultat void

RollbackTransaction() public méthode

public RollbackTransaction ( ) : void
Résultat void

RunServiceCycle() public abstract méthode

public abstract RunServiceCycle ( ) : void
Résultat void

SendDocumentUpdate() public méthode

public SendDocumentUpdate ( DocumentUpdateTemplate docTemplate, string pool ) : void
docTemplate MWS.Templates.DocumentUpdateTemplate
pool string
Résultat void

SendMasterdataDelete() public méthode

public SendMasterdataDelete ( MasterdataDeleteTemplate mduTemplate, string pool ) : void
mduTemplate MWS.Templates.MasterdataDeleteTemplate
pool string
Résultat void

SendMasterdataUpdate() public méthode

public SendMasterdataUpdate ( MasterdataUpdateTemplate mduTemplate, string pool ) : void
mduTemplate MWS.Templates.MasterdataUpdateTemplate
pool string
Résultat void

SendMoveletSetTo() public méthode

public SendMoveletSetTo ( MoveletSetTemplate msTemplate, string phones ) : void
msTemplate MWS.Templates.MoveletSetTemplate
phones string
Résultat void

SendMoveletSetTo() public méthode

public SendMoveletSetTo ( MoveletSetTemplate msTemplate, string unames, string phones ) : void
msTemplate MWS.Templates.MoveletSetTemplate
unames string
phones string
Résultat void

SendMoveletTo() public méthode

public SendMoveletTo ( MoveletTemplate mTemplate, string phones ) : void
mTemplate MWS.Templates.MoveletTemplate
phones string
Résultat void

SendMoveletTo() public méthode

public SendMoveletTo ( MoveletTemplate mTemplate, string uname, string phone ) : void
mTemplate MWS.Templates.MoveletTemplate
uname string
phone string
Résultat void

SendParticipantConfigurationsUpdate() public méthode

public SendParticipantConfigurationsUpdate ( List participantConfigurations ) : void
participantConfigurations List
Résultat void

Property Details

_service protected_oe property

protected MovilizerWebService,MWS.WebService _service
Résultat MWS.WebService.MovilizerWebService