Home AttributeHandler Class
AttributeHandler Class
Cancel

AttributeHandler Class

Namespace: Json.Schema.Generation

Inheritance: AttributeHandler 🡒 object

Adds attribute-related schema elements.

Methods

AddHandler()

Adds a handler for a custom attribute that cannot be made to implement Json.Schema.Generation.IAttributeHandler.

Declaration

1
public static void AddHandler()

AddHandler(IAttributeHandler handler)

Adds a handler for a custom attribute that cannot be made to implement Json.Schema.Generation.IAttributeHandler.

Declaration

1
public static void AddHandler(IAttributeHandler handler)
ParameterTypeDescription
handlerIAttributeHandlerThe handler.

RemoveHandler()

Removes a handler type.

Declaration

1
public static void RemoveHandler()
Contents