Show / Hide Table of Contents

Class AcceptingContext

Used for blocking SuperId soft trigger during Accept of license, also allow online override to block sending of e-mails. Used by LicenseManager to throttle the calls to SuperId. See the UpdateSuperIdSoftTriggerPlugin in Online for usage.

Inheritance
Object
AcceptingContext
Namespace: SuperOffice.License
Assembly: SoDataBase.dll
Syntax
[SoInject("Operation")]
public class AcceptingContext : Object

Constructors

AcceptingContext()

ctor

Declaration
public AcceptingContext()

Properties

IsAccepting

Are we in the process of Accepting a new license? True if so we don't want to send notifications to SuperId.

Declaration
public bool IsAccepting { get; }
Property Value
Type Description
Boolean

Methods

StartAccept()

Start blocking SuperId updates until Disposed.

Declaration
public IDisposable StartAccept()
Returns
Type Description
IDisposable

Disposable AcceptingSession

Extension Methods

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