Class MethodHandlerInfo
Represents method handler info.
Inheritance
System.Object
    MethodHandlerInfo
  Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class MethodHandlerInfo : ObjectConstructors
MethodHandlerInfo()
Initializes a new instance of the MethodHandlerInfo class.
Declaration
public MethodHandlerInfo()Properties
MetaClassMask
Gets or sets the meta class mask.
Declaration
public string MetaClassMask { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The meta class mask. | 
MethodMask
Gets or sets the method mask.
Declaration
public string MethodMask { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The method mask. | 
PluginType
Gets or sets the type of the plugin.
Declaration
public Type PluginType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type | The type of the plugin. | 
PluginTypeName
Gets or sets the name of the plugin type.
Declaration
public string PluginTypeName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the plugin type. | 
