Click or drag to resize

WorkspaceDataProvider Class

Represents a data provider that aggregates MatchPoint workspaces using CAML queries.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Workspaces
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class WorkspaceDataProvider : CamlDataProvider, 
	IFilterableDataProvider

The WorkspaceDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodWorkspaceDataProvider
Initializes a new instance of the WorkspaceDataProvider class
Top
Properties
  NameDescription
Public propertyConditions
Contains the conditions of the data provider.
(Inherited from DataProviderWithConditions.)
Top
Methods
  NameDescription
Public methodCreateInstance(String, IEnumerableString)
Returns the BaseDataProviderInstance object responsible for aggregating the data for this data provider.
(Overrides BaseDataProviderCreateInstance(String, IEnumerableString).)
Public methodCreateInstance(String, IEnumerableString, IEnumerableBaseCondition)
Returns the BaseDataProviderInstance object responsible for aggregating the data for this data provider.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFieldNames
Returns a set of available field names.
(Overrides BaseDataProviderGetFieldNames(MPInstance).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAddButton
If enabled, an 'Add item' button will be displayed beneath the grid. This field is valid only within a DataGrid or Composite Web Part configuration.
Public fieldCacheKey
Specifies the cache key for this data provider.
(Inherited from BaseDataProvider.)
Public fieldRowLimit
Specifies a row limit for the search query.
(Inherited from CamlDataProvider.)
Public fieldSortFields
Contains fields which should be used to sort the search results.
(Inherited from CamlDataProvider.)
Public fieldWorkspaceTemplateId
Specifies the ID of the workspace template configuration.
Top
Remarks
  • #APIChange 5.0: removed public BaseDataProviderInstance CreateInstance(IEnumerable <string> columnNames, IEnumerable<BaseCondition> conditions)
  • #APIChange 5.0: removed public CacheGranularity CacheGranularity
  • #APIChange 5.0: removed public bool ShowAddButton
Remarks
This is a MatchPoint configuration class.
See Also