Class RequestHandlerElement

Represents Request Handler Element.

Inheritance
System.Object
RequestHandlerElement
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public class RequestHandlerElement : ConfigurationElement

Constructors

RequestHandlerElement()

Initializes a new instance of the RequestHandlerElement class.

Declaration
public RequestHandlerElement()

RequestHandlerElement(String, String, String)

Initializes a new instance of the RequestHandlerElement class.

Declaration
public RequestHandlerElement(string metaClassName, string method, string typeName)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.String method

The method.

System.String typeName

Name of the type.

Properties

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.