SupplyUnion

PackageReified.Schema
Whether boundary input for a field must be supplied.

Specification

Kind
Union
Members
4
Examples
0
IsOmittableSignature
this.IsOmittable
IsSuppliedSignature
this.IsSupplied
SuppliedSignature
Supplied
OmittableSignature
Omittable

Summary

NameSignatureSynopsis
IsOmittablethis.IsOmittableNo description available.
IsSuppliedthis.IsSuppliedNo description available.
SuppliedSuppliedBoundary input must be supplied.
OmittableOmittableBoundary input may be omitted.

IsOmittable

this.IsOmittable
Member

Returns

bool

IsSupplied

this.IsSupplied
Member

Returns

bool

Supplied

Supplied
Member
Boundary input must be supplied.

Returns

unit

Omittable

Omittable
Member
Boundary input may be omitted.

Returns

unit