Click or drag to resize

Colygon.MatchPoint.Core.DataAdapters Namespace

Contains functionality for data adapters that allow read/write access to single items within the Form Web Part.
Classes
  ClassDescription
Public classBaseDataAdapter
Base class for all data adapters that can be configured within a FormWebPart.
Public classFieldNotFoundException
Represents an exception that occurs if a field cannot be found on a result item.
Public classListItemDataAdapter
Provides functionality for displaying, editing and creating SharePoint list items.
Public classListItemPermissionConfiguration
Specifies the permissions for accessing a list item.
Public classSPUpdatable
Represents a SharePoint object (SPWeb, SPList or SPListItem).
Interfaces
  InterfaceDescription
Public interfaceIListItemWrapper
Represents a SPListItem object.
This object is returned by CAML based data providers (ListDataProvider and SiteDataProvider) and by the ListItemDataAdapter.
Public interfaceISPFieldValueConverter
Provides functionality for retrieving and setting the value for a SharePoint field (SPField) with a MatchPoint form field (FormDataField).
Public interfaceISPObject
Represents a SharePoint object that implements an indexer operator for accessing properties.
Public interfaceISPUpdatable
Represents an IUpdatable SharePoint object that can be tagged with MatchPoint tags.
Public interfaceITaggable
Represents an IUpdatable object that can be tagged with MatchPoint tags.
Remarks
Note: This interface should only return user tags!
Public interfaceIUpdatable
Represents an object that implements a Update method and an indexer operator for accessing properties.
Enumerations
  EnumerationDescription
Public enumerationListItemAction
Specifies actions that should be available in the ribbon of a FormWebPart that is configured with a ListItemDataAdapter.
Public enumerationListItemPermission
Specifies the permission level for accessing list items from a Form Web Part.