Table of Contents

Class FieldKindInfo

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

The mapping between field instruction names and FieldKind, and the support level of each kind. This table is the source of the field support matrix in COMPAT.md.

public static class FieldKindInfo
Inheritance
FieldKindInfo
Inherited Members

Methods

FromName(string?)

Maps an instruction name to a kind. Matching is case-insensitive and culture-free.

GetName(FieldKind)

Returns the canonical uppercase instruction name of a kind.

GetRecognizedKinds()

Returns every recognized kind, in enum order, for reporting and matrix generation.

GetSupport(FieldKind)

Returns how far DocWright takes a kind.