Namespace: Json.Schema.Generation
Inheritance: TitleAttribute
🡒 ConditionalAttribute
🡒 Attribute
🡒 object
Implemented interfaces:
- IAttributeHandler
Applies a title
keyword.
Properties
Name | Type | Summary |
---|---|---|
ConditionGroup | object | Identifies the condition group under which this attribute applies. |
Title | string | The title. |
TypeId | object | Â |
Constructors
TitleAttribute(string title)
Creates a new Json.Schema.Generation.TitleAttribute instance.
Declaration
1
public TitleAttribute(string title)
Parameter | Type | Description |
---|---|---|
title | string | The value. |