![]() |
VOOZH | about |
AttributeHandler Class
Namespace: Json.Schema.Generation
Inheritance: AttributeHandler 🡒 object
Adds attribute-related schema elements.
Adds a handler for a custom attribute that cannot be made to implement Json.Schema.Generation.IAttributeHandler.
1
public static void AddHandler()
Adds a handler for a custom attribute that cannot be made to implement Json.Schema.Generation.IAttributeHandler.
1
public static void AddHandler(IAttributeHandler handler)
| Parameter | Type | Description |
|---|---|---|
| handler | IAttributeHandler | The handler. |
Removes a handler type.
1
public static void RemoveHandler()
A new version of content is available.