Class PluginInfo
Inheritance
System.Object
    PluginInfo
  Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class PluginInfo : ObjectConstructors
PluginInfo()
Initializes a new instance of the PluginInfo class.
Declaration
public PluginInfo()Properties
EventStage
Gets or sets the event stage.
Declaration
public EventPipeLineStage EventStage { get; set; }Property Value
| Type | Description | 
|---|---|
| EventPipeLineStage | The event stage. | 
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. | 
