|
| Class | Description |
|---|
 | AdministrableProperty | Represents a single property that can be configured for the Business Connectivity Services connector. |
 | AssociationEntityInstanceReferencesDictionary | Represents a dictionary with associations as a key, and External Item reference collection as a value. |
 | AssociationEntityInstancesDictionary | Represents a dictionary with associations as key and External Item collection as value. |
 | AuthenticationException | Specifies the error that is thrown when the Business Data Connectivity (BDC) service encounters an authentication problem with the external system, such as rejected or expired credentials. |
 | BackendNullReturnException | Represents an exception that is thrown when the external system method returns null for an object that is required for Microsoft Business Connectivity Services (BCS) to work correctly. |
 | BatchCompletionEventArgs | Represents a class that provides event arguments for the BatchCompletionEventHandler class. |
 | BuiltInNotificationForwarderTypes |
Provides a list of built in notification forwarder types.
|
 | CannotConnectException | Thrown when the Business Data Connectivity (BDC) service cannot successfully make a connection to the external system business application. |
 | ConflictDetectedException | Thrown when a conflict is detected between two different updates. |
 | ConnectionPoolFullException | Thrown when a connection cannot be obtained because the connection pool is full. |
 | DynamicType | Represents an object whose structure can be modified at run time. |
 | EntityInstanceCollection | Represents the collection of external items. |
 | EntityInstanceReference | Represents a reference to an External Item. |
 | EntityInstanceReferenceCollection | Represents a collection of references to External Items. |
 | ExceededLimitException | Represents the error that occurs when the operation exceeds the throttling limits set by the administrator. |
 | ExecutingTooLongException | This class and its members are reserved for internal use and are not intended to be used in your code. |
 | HybridSsoAuthenticationException | |
 | Identity | Defines the identifier values of an External Item. |
 | LobBusinessErrorException | Exception that is thrown when a business logic error occurs during the method instance execution. |
 | LobGenericException | Represents an exception thrown when an error occurs in the line-of-business system during a method execution. |
 | NotificationCallback | Defines the properties of the endpoint to which notifications from an external system should be delivered. These notifications are sent by the external system in response to the Subscribe stereotype call. |
 | NotificationParser | Parses notifications received from the external system. This is an abstract class used by SPItemEventProperties to construct the changed external item. |
 | ObjectDeletedException | Exception that is thrown when you try to use an offline external item that has been scheduled for deletion. |
 | ObjectNotFoundException | Thrown when an external item is not present. |
 | OperationMode | Specifies the mode in which an operation is to be executed. |
 | PartialBulkReadException | Represents an exception thrown when BulkSpecificFinder returns fewer items than requested. |
 | PartialCreateException | Represents an exception thrown when a CreateWithFields operation needs to execute both Create and UpdateMethodInstances, and execution of Update MehtodInstance has failed. |
 | ProxyGenerationResult | Represents the results of proxy generation. |
 | RuntimeException | Represents any exception thrown by the Microsoft Business Connectivity Services (BCS). |
 | SsoAuthenticationException | An exception that is thrown when a secure store related authentication problem occurs, such as when credentials obtained from SSO are being rejected by the external system or when SSO rejects the user-provided credentials. |
 | Subscription | Represents the Subscription registration information token returned in response to a Subscribe stereotype call. This token is used as an input to the Unsubscribe stereotype. Developers are expected
to serialize the Subscription object and to store it after a subscribe call.
The serialized value should be retrieved and deserialized, and then used during an unsubscribe call.
|
 | TooManyInstancesReturnedException | This class and its members are reserved for internal use and are not intended to be used in your code. |