Show / Hide Table of Contents

Class IgnoreSentryCheck

Disposable class reruned by BeginIgnoreSentryCheck().
Dispose on the this class will invoke a EndIgnoreSentryCheck(). This object is designed to be used with using.

Inheritance
Object
IgnoreSentryCheck
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public sealed class IgnoreSentryCheck : IDisposable

Constructors

IgnoreSentryCheck(ISentryIgnorable)

Default constructor that should be called by implementations of BeginIgnoreSentryCheck().

Declaration
public IgnoreSentryCheck(ISentryIgnorable lookup)
Parameters
Type Name Description
ISentryIgnorable lookup

Properties

Lookup

Get or set object to ignore.

Declaration
public ISentryIgnorable Lookup { get; set; }
Property Value
Type Description
ISentryIgnorable

Methods

Dispose()

Call EndIgnoreSentryCheck() on the Lookup.

Declaration
public void Dispose()

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

System.IDisposable

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