Class ConsentTooltipPlugin
Tooltip for "hasXyzConsent" columns created by the HasConsentExtender
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:Consent", new string[]{"consent_person_id"})]
public class ConsentTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
ConsentTooltipPlugin()
Tooltip for "hasXyzConsent" columns created by the HasConsentExtender
Declaration
public ConsentTooltipPlugin()
Fields
ConsentPersonId
Tooltip for "hasXyzConsent" columns created by the HasConsentExtender
Declaration
public const string ConsentPersonId = "consent_person_id"
Field Value
Type | Description |
---|---|
String |
HasConsentPurposeId
Tooltip for "hasXyzConsent" columns created by the HasConsentExtender
Declaration
public const string HasConsentPurposeId = "HasConsentPurposeId"
Field Value
Type | Description |
---|---|
String |
Methods
InnerGetTooltip()
Tooltip for "hasXyzConsent" columns created by the HasConsentExtender
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)