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)
Parameter | Type | Description |
---|---|---|
handler | IAttributeHandler | The handler. |
RemoveHandler()
Removes a handler type.
Declaration
1
public static void RemoveHandler()