Class SentryIgnorableHelper
Implements
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public sealed class SentryIgnorableHelper : ISentryIgnorable
Constructors
SentryIgnorableHelper()
Declaration
public SentryIgnorableHelper()
Properties
IsSentryIgnored
Get value indicating whether sentry is ignored on the current object for the current thread.
Declaration
public bool IsSentryIgnored { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
BeginIgnoreSentryCheck()
Starts the process of ignoring sentry on the object implementing the interface on the current thread.
Declaration
public 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
public void EndIgnoreSentryCheck()
Exceptions
Type | Condition |
---|---|
SoException | Thrown if Sentry is not ignored. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |