Version

WcfListConnectorServiceSingle Class Members

The following tables list the members exposed by WcfListConnectorServiceSingle.

Public Constructors
Public Properties
 NameDescription
Public PropertyActivityCategoryItemsSourceSpecifies the data source where the activity categories are stored.  
Public PropertyActivityCategoryPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.ActivityCategory object.  
Public PropertyAppointmentItemsSourceSpecifies the data source where the appointments are stored.  
Public PropertyAppointmentPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Appointment object.  
Public PropertyJournalItemsSourceSpecifies the data source where the journals are stored.  
Public PropertyJournalPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Journal object.  
Public PropertyRecurringAppointmentItemsSourceSpecifies the data source where the recurring appointments are stored.  
Public PropertyRecurringAppointmentPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Appointment object.  
Public PropertyResourceCalendarItemsSourceSpecifies the data source where the resource calendars are stored.  
Public PropertyResourceCalendarPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.ResourceCalendar object.  
Public PropertyResourceItemsSourceSpecifies the data source where the resources are stored.  
Public PropertyResourcePropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Resource object.  
Public PropertyTaskItemsSourceSpecifies the data source where the tasks are stored.  
Public PropertyTaskPropertyMappingsSpecifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Task object.  
Protected Methods
 NameDescription
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