The following tables list the members exposed by WcfListConnectorServiceSingle.
Name | Description | |
---|---|---|
WcfListConnectorServiceSingle Constructor | Creates a new WcfListConnectorServiceSingle instance. |
Name | Description | |
---|---|---|
ActivityCategoryItemsSource | Specifies the data source where the activity categories are stored. | |
ActivityCategoryPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.ActivityCategory object. | |
AppointmentItemsSource | Specifies the data source where the appointments are stored. | |
AppointmentPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Appointment object. | |
JournalItemsSource | Specifies the data source where the journals are stored. | |
JournalPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Journal object. | |
RecurringAppointmentItemsSource | Specifies the data source where the recurring appointments are stored. | |
RecurringAppointmentPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Appointment object. | |
ResourceCalendarItemsSource | Specifies the data source where the resource calendars are stored. | |
ResourceCalendarPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.ResourceCalendar object. | |
ResourceItemsSource | Specifies the data source where the resources are stored. | |
ResourcePropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Resource object. | |
TaskItemsSource | Specifies the data source where the tasks are stored. | |
TaskPropertyMappings | Specifies the data source field mappings for the Infragistics.Controls.Schedules.Services.Task object. |
Name | Description | |
---|---|---|
OnActivityAdded | Used to invoke the ActivityAdded event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
OnActivityChanged | Used to invoke the ActivityChanged event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
OnActivityRemoved | Used to invoke the ActivityRemoved event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
OnRemoteCallProcessed | Occurs when a remote call is finished processing and it about to return to the client. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
OnRemoteCallReceived | Occurs when a remote call is received by a client and is about to be processed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
OnValidateSecurityToken | Used to invoke the ValidateSecurityToken event. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) |
Name | Description | |
---|---|---|
ActivityAdded | Raised after an activity is added. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
ActivityChanged | Raised after user changes to an activity are committed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
ActivityRemoved | Raised after an activity is removed. (Inherited from Infragistics.Services.Schedules.WcfListConnectorService) | |
ValidateSecurityToken | Raised 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) |