Home TitleAttribute Class
TitleAttribute Class
Cancel

TitleAttribute Class

Namespace: Json.Schema.Generation

Inheritance: TitleAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • IAttributeHandler

Applies a title keyword.

Properties

NameTypeSummary
ConditionGroupobjectIdentifies the condition group under which this attribute applies.
TitlestringThe title.
TypeIdobject 

Constructors

TitleAttribute(string title)

Creates a new Json.Schema.Generation.TitleAttribute instance.

Declaration

1
public TitleAttribute(string title)
ParameterTypeDescription
titlestringThe value.
Contents