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