VOOZH about

URL: https://docs.json-everything.net/api/JsonSchema.Net.Generation/JsonExcludeAttribute/

⇱ JsonExcludeAttribute Class | json-everything


👁 avatar
json-everything
Library documentation
Home JsonExcludeAttribute Class
JsonExcludeAttribute Class
Cancel

JsonExcludeAttribute Class

Namespace: Json.Schema.Generation

Inheritance: JsonExcludeAttribute 🡒 JsonAttribute 🡒 Attribute 🡒 object

Indicates that the property should be excluded from generation.

Remarks

This attribute functions exactly the same as the System.Text.Json.Serialization.JsonIgnoreAttribute. It is included separately to support the case where the model should be serialized with a property or enum member but schema generation should ignore it.

Properties

NameTypeSummary
TypeIdobject

Constructors

JsonExcludeAttribute()

Initializes a new instance of Json.Schema.Generation.JsonExcludeAttribute.

Declaration

1
public JsonExcludeAttribute()
Contents

A new version of content is available.