Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class RequestPlugin

Represents Request Plugin.

Inheritance
System.Object
RequestPlugin
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class RequestPlugin : Object

Constructors

RequestPlugin()

Declaration
public RequestPlugin()

Properties

EventStage

Gets or sets the event pipe line stage.

Declaration
public EventPipeLineStage EventStage { get; set; }
Property Value
Type Description
EventPipeLineStage

MetaClass

Gets or sets the name of the meta class.

Declaration
public string MetaClass { get; set; }
Property Value
Type Description
System.String

Method

Gets or sets the method.

Declaration
public string Method { get; set; }
Property Value
Type Description
System.String

TypeName

Gets or sets the name of the type.

Declaration
public string TypeName { get; set; }
Property Value
Type Description
System.String