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 BusinessManagerOptionsExtension

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

Methods

FindTypeName(IList<RequestHandler>, String, String)

Finds the type name from the request handlers

Declaration
public static string FindTypeName(this IList<RequestHandler> handlers, string metaClassName, string method)
Parameters
Type Name Description
System.Collections.Generic.IList<RequestHandler> handlers

list of request handlers

System.String metaClassName

Name of the meta class.

System.String method

The method.

Returns
Type Description
System.String

type name

FindTypeNames(IList<RequestPlugin>, String, String, EventPipeLineStage)

Finds the type names from the request plugins

Declaration
public static string[] FindTypeNames(this IList<RequestPlugin> plugins, string metaClassName, string method, EventPipeLineStage eventStage)
Parameters
Type Name Description
System.Collections.Generic.IList<RequestPlugin> plugins

list of request plugins

System.String metaClassName

Name of the meta class.

System.String method

The method.

EventPipeLineStage eventStage

The event stage.

Returns
Type Description
System.String[]

array of type names