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 BusinessManagerConfig

Inheritance
System.Object
BusinessManagerConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public static class BusinessManagerConfig

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()