Show / Hide Table of Contents

Class SentryIgnorableHelper

Inheritance
object
SentryIgnorableHelper
Implements
ISentryIgnorable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOfficeCRMSecurity
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
Overrides
object.ToString()

Implements

ISentryIgnorable

Extension Methods

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