API Reference
Class
ReaderHandlerRegistrarDescriptor
Descriptor for a discoverable modular handler registrar method.
Inheritance
- Object
- ReaderHandlerRegistrarDescriptor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Constructors
public ReaderHandlerRegistrarDescriptor() #Inherited Methods
Properties
public String HandlerId { get; set; } #Handler identifier declared by the registrar.
public String AssemblyName { get; set; } #Assembly name containing the registrar method.
public String TypeName { get; set; } #Fully qualified type name containing the registrar method.
public String MethodName { get; set; } #Registrar method name.