VOOZH about

URL: https://docs.json-everything.net/api/JsonSchema.Net.Generation/AttributeHandler/

⇱ AttributeHandler Class | json-everything


👁 avatar
json-everything
Library documentation
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

A new version of content is available.