MessageLeafUnion

PackageReified.Constraint
One leaf of a projected message tree.

Specification

Kind
Union
Members
4
Examples
0
IsVerbatimSignature
this.IsVerbatim
IsLocalizedSignature
this.IsLocalized
LocalizedSignature
Localized MessageDescriptor
VerbatimSignature
Verbatim string

Summary

NameSignatureSynopsis
IsVerbatimthis.IsVerbatimNo description available.
IsLocalizedthis.IsLocalizedNo description available.
LocalizedLocalized MessageDescriptorA library failure addressed by catalogue key.
VerbatimVerbatim stringAuthor-supplied prose, passed through unchanged.

IsVerbatim

this.IsVerbatim
Member

Returns

bool

IsLocalized

this.IsLocalized
Member

Returns

bool

Localized

Localized MessageDescriptor
Member
A library failure addressed by catalogue key.

Parameters

NameTypeDescription
ItemMessageDescriptor

Returns

unit

Verbatim

Verbatim string
Member
Author-supplied prose, passed through unchanged.

Parameters

NameTypeDescription
Itemstring

Returns

unit