London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BusinessManagerOptions

BusinessManager configuration represented as Option

Inheritance
System.Object
BusinessManagerOptions
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class BusinessManagerOptions : Object

Constructors

BusinessManagerOptions()

Declaration
public BusinessManagerOptions()

Properties

Handlers

Gets or sets the handlers.

Declaration
public IList<RequestHandler> Handlers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<RequestHandler>

Plugins

Gets or sets the plugins.

Declaration
public IList<RequestPlugin> Plugins { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<RequestPlugin>