Click or drag to resize

DataProviderWithConditionsInstance Class

Base class for a data provider that can be configured with conditions.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Core.DataProviders
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public abstract class DataProviderWithConditionsInstance : BaseDataProviderInstance

The DataProviderWithConditionsInstance type exposes the following members.

Constructors
  NameDescription
Protected methodDataProviderWithConditionsInstance
Initializes a new instance of the DataProviderWithConditionsInstance class
Top
Properties
  NameDescription
Protected propertyCachePolicy
Returns the CachePolicy of the data provider.
(Inherited from BaseDataProviderInstance.)
Top
Methods
  NameDescription
Public methodAddConnectionDependencies (Overrides BaseDataProviderInstanceAddConnectionDependencies(DependencyCollection).)
Public methodCreateContextMenuBuilder
Returns a BaseContextMenuBuilder instance that is used to create the context menu for result items of the data provider.
(Inherited from BaseDataProviderInstance.)
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 methodGetCacheToken
Returns a cache token that identifies the current data set, i.e. the query used to aggregate the data.
(Inherited from BaseDataProviderInstance.)
Public methodGetCommandLinks (Inherited from BaseDataProviderInstance.)
Public methodGetContextualRibbonElements (Inherited from BaseDataProviderInstance.)
Public methodGetData
Returns the data that is aggregated by the data provider.
(Inherited from BaseDataProviderInstance.)
Public methodGetData(Int32, Int32)
Returns a PageResult from the data that is aggregated by the data provider.
(Inherited from BaseDataProviderInstance.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInternalData
Implements functionality for aggregating the data for this data provider.
(Inherited from BaseDataProviderInstance.)
Protected methodGetInternalData(Int32, Int32)
Returns a PageResult from the data that is aggregated by the data provider.
(Inherited from BaseDataProviderInstance.)
Public methodGetRefinementResults (Inherited from BaseDataProviderInstance.)
Public methodGetRowId
Returns a unique ID for the specified row.
(Inherited from BaseDataProviderInstance.)
Public methodGetRowsByIds
Returns the rows for the specified row IDs.
(Inherited from BaseDataProviderInstance.)
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 fieldCacheKey (Inherited from BaseDataProviderInstance.)
Public fieldColumnNames (Inherited from BaseDataProviderInstance.)
Protected fieldConditions
Top
See Also