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 BusinessManagerConfig

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

Properties

Handlers

Gets custom method handlers.

Declaration
public static MethodHandlerInfoCollection Handlers { get; }
Property Value
Type Description
MethodHandlerInfoCollection

The handlers.

Methods

Gets the registered methods.

Declaration
public static MethodInfoCollection Methods { get; }
Property Value
Type Description
MethodInfoCollection

The methods.

Plugins

Gets the registred plugins.

Declaration
public static PluginInfoCollection Plugins { get; }
Property Value
Type Description
PluginInfoCollection

The plugins.

Methods

GetSupportedMethods(MetaClass)

Gets the supported methods.

Declaration
public static MethodInfo[] GetSupportedMethods(MetaClass metaClass)
Parameters
Type Name Description
MetaClass metaClass

The meta class.

Returns
Type Description
MethodInfo[]

GetSupportedMethods(String)

Gets the supported methods.

Declaration
public static MethodInfo[] GetSupportedMethods(string metaClass)
Parameters
Type Name Description
System.String metaClass

The meta class.

Returns
Type Description
MethodInfo[]

Initialize()

Declaration
public static void Initialize()