Version

WcfListConnectorServiceMulti Class Members

The following tables list the members exposed by WcfListConnectorServiceMulti.

Protected Methods
 NameDescription
Protected MethodGetItemSourceGets the item source for a specific collection.  
Protected MethodInitializePropertyMappingsInitializes the property mappings collection for the specified type of item source.  
Protected MethodOnActivityAddedUsed to invoke the ActivityAdded event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Protected MethodOnActivityChangedUsed to invoke the ActivityChanged event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Protected MethodOnActivityRemovedUsed to invoke the ActivityRemoved event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Protected MethodOnRemoteCallProcessedOccurs when a remote call is finished processing and it about to return to the client. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Protected MethodOnRemoteCallReceivedOccurs when a remote call is received by a client and is about to be processed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Protected MethodOnValidateSecurityTokenUsed to invoke the ValidateSecurityToken event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Public Events
 NameDescription
Public EventActivityAddedRaised after an activity is added. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Public EventActivityChangedRaised after user changes to an activity are committed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Public EventActivityRemovedRaised after an activity is removed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
Public EventValidateSecurityTokenRaised when a call is made on the service so the service can validate the caller. An exception should be thrown from the handler is the security information is invalid. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService)
See Also