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
.
Implements
Inherited Members
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()
Disposable class reruned by BeginIgnoreSentryCheck().
Dispose on the this class will invoke a EndIgnoreSentryCheck().
This object is designed to be used with using
.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |