Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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>