Constructor DependentAllowedValues
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
DependentAllowedValues(string)
Initializes a new instance keyed on the sibling element named
discriminatorName.
public DependentAllowedValues(string discriminatorName)
Parameters
discriminatorNamestringName of the sibling element whose value selects the allowed values; cannot be
null, empty, or whitespace.
Exceptions
- ArgumentException
Thrown when
discriminatorNameisnull, empty, or whitespace.