Home DependsOnAnnotationsFromAttribute Class
DependsOnAnnotationsFromAttribute Class
Cancel

DependsOnAnnotationsFromAttribute Class

Namespace: Json.Schema

Inheritance: DependsOnAnnotationsFromAttribute 🡒 Attribute 🡒 object

Indicates a keyword from which the decorated keyword requires annotations.

Remarks

Apply this attribute to your schema keyword to indicate a dependency on another keyword.

Properties

NameTypeSummary
DependentTypeTypeThe dependent type.
TypeIdobject 

Constructors

DependsOnAnnotationsFromAttribute(Type type)

Creates a new Json.Schema.DependsOnAnnotationsFromAttribute instance.

Declaration

1
public DependsOnAnnotationsFromAttribute(Type type)
ParameterTypeDescription
typeTypeThe dependent type.
Contents