With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class MethodHandlerInfo

Represents method handler info.

Inheritance
System.Object
MethodHandlerInfo
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 class MethodHandlerInfo

Constructors

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.