Class | Description | |
---|---|---|
ActivityBaseSerializableItem | A WCF serializable class which represents an activity. | |
ActivityCategorySerializableItem | A WCF serializable class which represents an activity category. | |
AppointmentSerializableItem | A WCF serializable class which represents an appointment. | |
CallContext | The base class for client context information for all remote calls. | |
CallResult | The base class for remote call result data for all remote calls. | |
DetailedItemSourceChangeInfo | Represents detailed information about what has changed in an item source. | |
GetInitialInfoContext | The client context information and all paramters needed by the IWcfListConnectorService.GetInitialInfo operation contract. | |
GetInitialInfoResult | The result information for the IWcfListConnectorService.GetInitialInfo operation contract. | |
ItemSourceChange | Represents a change which has occurred on an item source. | |
ItemSourceInfo | A WCF serializable class which provides information about an items source from the server. | |
JournalSerializableItem | A WCF serializable class which represents a journal entry. | |
ListManagerVersionInfo | Represents the version of a list manager and it's data. | |
PerformActivityOperationContext | The client context information and all paramters needed by the IWcfListConnectorService.PerformActivityOperation operation contract. | |
PerformActivityOperationResult | The result information for the IWcfListConnectorService.PerformActivityOperation operation contract. | |
PollForItemSourceChangesContext | The client context information and all paramters needed by the IWcfListConnectorService.PollForItemSourceChanges operation contract. | |
PollForItemSourceChangesDetailedContext | The client context information and all paramters needed by the IWcfListConnectorService.PollForItemSourceChangesDetailed operation contract. | |
PollForItemSourceChangesDetailedResult | The result information for the IWcfListConnectorService.PollForItemSourceChangesDetailed operation contract. | |
PollForItemSourceChangesResult | The result information for the IWcfListConnectorService.PollForItemSourceChanges operation contract. | |
QueryActivitiesContext | The client context information and all paramters needed by the IWcfListConnectorService.QueryActivities operation contract. | |
QueryActivitiesResult | The result information for the IWcfListConnectorService.QueryActivities operation contract. | |
ResourceCalendarSerializableItem | A WCF serializable class which represents a resource calendar. | |
ResourceSerializableItem | A WCF serializable class which represents a resource. | |
SerializableItemBase | A base class for any WCF serializable item. | |
TaskSerializableItem | A WCF serializable class which represents a task. | |
ValidateSecurityTokenEventArgs | Event args associated with the WcfListConnectorService.ValidateSecurityToken event. | |
WcfListConnectorService | Base class for WCF services used for providing schedule data to a client over WCF services. | |
WcfListConnectorServiceMulti | A WCF service which provides list schedule data to client. A new instance of this service will be created for each remote call into the service and calls may be made on different threads. Because of this, the data sources provided to this service must be thread safe. Also, there is some overhead in setting up the service instance and hooking up the data sources on the calls where they are needed. So if only a relatively small number of clients will be connecting to the service, it is recommended that the WcfListConnectorServiceSingle is used instead, since the only one instance is ever created and the data sources only need to be hooked up once. | |
WcfListConnectorServiceSingle | A WCF service which provides list schedule data to client. Only one instance of this service class will be created and all remote calls will be run on the same thread. This reduces overhead on each remote call, but because of this, this service should only be used when it is known that a relatively small number of clients will be connecting to the service. If too many clients are connecting to this service and/or timeouts are occurring frequently on client machines, use the WcfListConnectorServiceMulti instead. | |
WcfRemoteErrorInfo | Represents an error thrown when processing a message. |
Interface | Description | |
---|---|---|
IWcfListConnectorService | The contract for a service which communicates list data about schedule objects between a client and server. |
Enumeration | Description | |
---|---|---|
ActivityListType | Represents a type of activity list or items source. | |
InitialInfoTypes | Bit flags which specify types of information needed by a client. | |
ItemSourceChangeType | Represents a type of change to an item source. | |
ItemSourceType | Indentifies a type of item source. |