Class AnnotationKindMap
- Namespace
- LMKit.Document.Annotations
- Assembly
- LM-Kit.NET.dll
The standard's kind ⇄ wire-subtype mapping. The wire strings are frozen (v1) - external stores persist them verbatim, so they never change meaning or spelling.
public static class AnnotationKindMap
- Inheritance
-
AnnotationKindMap
- Inherited Members
Methods
- FromSubtype(string)
The kind for a wire subtype string; Unknown for anything outside the v1 vocabulary (the record still round-trips verbatim).
- ToSubtype(AnnotationKind)
The wire subtype string for a kind, or null for Unknown (an unknown kind keeps whatever raw subtype the record carries).