ModelActionDataProvider Class |
Namespace: Colygon.MatchPoint.Data.DatabaseActions.Configuration
[SerializableAttribute] public sealed class ModelActionDataProvider : BaseDatabaseActionDataProvider
The ModelActionDataProvider type exposes the following members.
Name | Description | |
---|---|---|
ModelActionDataProvider | Initializes a new instance of the ModelActionDataProvider class |
Name | Description | |
---|---|---|
CacheExpirationMinutes | Specifies how long the data is cached (in minutes). (Inherited from BaseDatabaseActionDataProvider.) | |
CacheGranularity | 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.) | |
DatabaseAction | Specifies the database action which should be executed. | |
ParameterValues | 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.) |
Name | Description | |
---|---|---|
CreateInstance | (Overrides BaseDataProviderCreateInstance(String, IEnumerableString).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetFieldNames | (Inherited from BaseDatabaseActionDataProvider.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CacheKey | Specifies the cache key for this data provider. (Inherited from BaseDataProvider.) |