Class RequestPluginElement
Represents Request Plugin Element.
Inheritance
System.Object
RequestPluginElement
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class RequestPluginElement : ConfigurationElement
Constructors
RequestPluginElement()
Initializes a new instance of the RequestPluginElement class.
Declaration
public RequestPluginElement()
RequestPluginElement(String, String, EventPipeLineStage, String)
Initializes a new instance of the RequestPluginElement class.
Declaration
public RequestPluginElement(string metaClassName, string method, EventPipeLineStage eventPipeLineStage, string typeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaClassName | Name of the meta class. |
System.String | method | The method. |
EventPipeLineStage | eventPipeLineStage | The event pipe line stage. |
System.String | typeName | Name of the type. |
Properties
EventStage
Gets or sets the event pipe line stage.
Declaration
public EventPipeLineStage EventStage { get; set; }
Property Value
Type | Description |
---|---|
EventPipeLineStage | The event pipe line stage. |
MetaClass
Gets or sets the name of the meta class.
Declaration
public string MetaClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the meta class. |
Method
Gets or sets the method.
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String | The method. |
TypeName
Gets or sets the name of the type.
Declaration
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the type. |