GenericHandlerTypeAttribute class

namespace: Serenity.Services   assemblySerenity.Net.Services

Assigns the generic handler type (e.g. SaveRequestHandler for a handler interface (like ISaveRequestHandler)

[AttributeUsage(AttributeTargets.Interface)]
public class GenericHandlerTypeAttribute : Attribute

Public Members

name description
GenericHandlerTypeAttribute(…) Creates an instance of the attribute
Value { get; } The generic handler type.

See Also