Colygon.MatchPoint.Core.DataAdapters Namespace |
Class | Description | |
---|---|---|
BaseDataAdapter |
Base class for all data adapters that can be configured within a FormWebPart.
| |
FieldNotFoundException | Represents an exception that occurs if a field cannot be found on a result item. | |
ListItemDataAdapter | Provides functionality for displaying, editing and creating SharePoint list items. | |
ListItemPermissionConfiguration | Specifies the permissions for accessing a list item. | |
SPUpdatable |
Interface | Description | |
---|---|---|
IListItemWrapper |
Represents a SPListItem object. This object is returned by CAML based data providers (ListDataProvider and SiteDataProvider) and by the ListItemDataAdapter. | |
ISPFieldValueConverter |
Provides functionality for retrieving and setting the value for a SharePoint field (SPField) with a
MatchPoint form field (FormDataField).
| |
ISPObject | Represents a SharePoint object that implements an indexer operator for accessing properties. | |
ISPUpdatable |
Represents an IUpdatable SharePoint object that can be tagged with MatchPoint tags.
| |
ITaggable |
Represents an IUpdatable object that can be tagged with MatchPoint tags.
Remarks
Note: This interface should only return user tags!
| |
IUpdatable |
Represents an object that implements a Update method and an indexer operator for accessing properties.
|
Enumeration | Description | |
---|---|---|
ListItemAction |
Specifies actions that should be available in the ribbon of a FormWebPart that is configured with a
ListItemDataAdapter.
| |
ListItemPermission | Specifies the permission level for accessing list items from a Form Web Part. |