Show / Hide Table of Contents

Interface ISentryIgnorable

Interface providing mechanisms for temporary ignoring sentry for the current thread.

Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public interface ISentryIgnorable
Remarks

Implementers should use the SentryIgnorableHelper implementation.

Properties

IsSentryIgnored

Get value indicating whether sentry is ignored on the current object for the current thread.

Declaration
bool IsSentryIgnored { get; }
Property Value
Type Description
Boolean

Methods

BeginIgnoreSentryCheck()

Starts the process of ignoring sentry on the object implementing the interface on the current thread.

Declaration
IgnoreSentryCheck BeginIgnoreSentryCheck()
Returns
Type Description
IgnoreSentryCheck

Disposable object that calls EndIgnoreSentryCheck() on Dispose.

EndIgnoreSentryCheck()

Ends the process of ignoring sentry on the object implementing the interface on the current thread.

Declaration
void EndIgnoreSentryCheck()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top