Click or drag to resize
ISPFieldValueConverter Interface
Provides functionality for retrieving and setting the value for a SharePoint field (SPField) with a MatchPoint form field (FormDataField).

Namespace: Colygon.MatchPoint.Core.DataAdapters
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public interface ISPFieldValueConverter : IGenericFactory<SPField>, 
	ISingleton

The ISPFieldValueConverter type exposes the following members.

Properties
  NameDescription
Public propertySequence
The sequence number for this singleton. Lower sequence has the higher priority.
(Inherited from ISingleton.)
Top
Methods
  NameDescription
Public methodAddRequiredQueryFields
Adds additional field names that are required in the GetValue method and therefore should be included in CAML queries.
Public methodCreateFormField
Creates a FormDataField which can be referenced using a FieldRef in the form web part in combination with a ListItemDataAdapter.
Public methodGetValue
Public methodIsMatch (Inherited from IGenericFactoryT.)
Public methodSetValue
Top
See Also