Class SentryPluginQueryTableUpdaterAttribute
This attribute is used to declare a class to be a sentry plug-in query table updater for one particular table. Such classes have to implement the ISentryPluginQueryTableUpdater interface.
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public sealed class SentryPluginQueryTableUpdaterAttribute : PluginAttribute
Constructors
SentryPluginQueryTableUpdaterAttribute(string)
Declare a class to be a sentry plug-in query table updater for one particular table
Declaration
public SentryPluginQueryTableUpdaterAttribute(string tableName)
Parameters
Type | Name | Description |
---|---|---|
string | tableName | Name of table that triggers this updater. |