Click or drag to resize

BdcDataProvider Class

Provides functionality for aggregating entities from an external content type.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.BusinessConnectivity
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class BdcDataProvider : BaseDataProvider

The BdcDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodBdcDataProvider
Initializes a new instance of the BdcDataProvider class
Top
Methods
  NameDescription
Public methodCreateInstance
Returns the BaseDataProviderInstance object responsible for aggregating the data for this data provider.
(Overrides BaseDataProviderCreateInstance(String, IEnumerableString).)
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 (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 fieldCacheExpirationMinutes
Specifies how long the data is cached (in minutes).
Public fieldCacheGranularity
Specifies how the data is cached. Choose 'User' if the query depends on the current user (e.g. user ID in the query or security trimmed data).
Public fieldCacheKey
Specifies the cache key for this data provider.
(Inherited from BaseDataProvider.)
Public fieldFilterExpressions
Specifies filter expressions for the data provider.
Public fieldFinderMethod
Specifies an entity and a finder method which should be used to query external data.
Top
Remarks
This is a MatchPoint configuration class.
See Also