Home IdAttribute Class
IdAttribute Class
Cancel

IdAttribute Class

Namespace: Json.Schema.Generation

Inheritance: IdAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • IAttributeHandler

Applies an $id keyword.

Properties

NameTypeSummary
TypeIdobject 
UriUriThe regular expression pattern.

Constructors

IdAttribute(string value)

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

Declaration

1
public IdAttribute(string value)
ParameterTypeDescription
valuestringThe value.
Contents