C# Class CK.Monitoring.GrandOutputHandlers.HandlerTypeAttribute

Inheritance: System.Attribute
Show file Open project: Invenietis/ck-core

Public Properties

Property Type Description
HandlerType System.Type

Public Methods

Method Description
HandlerTypeAttribute ( Type handlerType ) : System

Initializes a new HandlerTypeAttribute with a type that must be a HandlerBase specialization.

Method Details

HandlerTypeAttribute() public method

Initializes a new HandlerTypeAttribute with a type that must be a HandlerBase specialization.
public HandlerTypeAttribute ( Type handlerType ) : System
handlerType System.Type
return System

Property Details

HandlerType public property

Gets the type of the associated HandlerBase.
public Type,System HandlerType
return System.Type