Home DependsOnAnnotationsFromAttribute Class
DependsOnAnnotationsFromAttribute Class
Cancel

DependsOnAnnotationsFromAttribute Class

Namespace: Json.Schema

Inheritance: DependsOnAnnotationsFromAttribute<T> 🡒 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.

Warning: Generic attributes are not supported in .Net Framework. If your target includes .Net Framework, use the non-generic form of this attribute.

Properties

NameTypeSummary
DependentTypeTypeThe dependent type.
TypeIdobject 

Constructors

DependsOnAnnotationsFromAttribute<T>()

Creates a new Json.Schema.DependsOnAnnotationsFromAttribute instance.

Declaration

1
public DependsOnAnnotationsFromAttribute`1()
Contents