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 RequestHandler

Represents Request Handler.

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

Constructors

RequestHandler()

Declaration
public RequestHandler()

Properties

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