SaaS CMS has officially launched! Learn more now.

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