Class PluginInfo
Inheritance
System.Object
PluginInfo
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.0Syntax
public class PluginInfo
Constructors
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. |