Click or drag to resize

ModelActionDataProvider Class

Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public sealed class ModelActionDataProvider : BaseDatabaseActionDataProvider

The ModelActionDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodModelActionDataProvider
Initializes a new instance of the ModelActionDataProvider class
Top
Properties
  NameDescription
Public propertyCacheExpirationMinutes
Specifies how long the data is cached (in minutes).
(Inherited from BaseDatabaseActionDataProvider.)
Public propertyCacheGranularity
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).
(Inherited from BaseDatabaseActionDataProvider.)
Public propertyDatabaseAction
Specifies the database action which should be executed.
Public propertyParameterValues
Specifies the parameter values for the selected database action. Note that you can override the values of the defined 'DefaultParameterValues' if you specify a value for the same parameters here.
(Overrides BaseDatabaseActionDataProviderParameterValues.)
Top
Methods
  NameDescription
Public methodCreateInstance (Overrides BaseDataProviderCreateInstance(String, IEnumerableString).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFieldNames (Inherited from BaseDatabaseActionDataProvider.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCacheKey
Specifies the cache key for this data provider.
(Inherited from BaseDataProvider.)
Top
Remarks
This is a MatchPoint configuration class.
See Also