Table of Contents

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

discriminatorName string

Name of the sibling element whose value selects the allowed values; cannot be null, empty, or whitespace.

Exceptions

ArgumentException

Thrown when discriminatorName is null, empty, or whitespace.

Share