Method IsAllowed
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
IsAllowed(string, string)
True when discriminatorValue and value form a
declared combination.
public bool IsAllowed(string discriminatorValue, string value)
Parameters
discriminatorValuestringThe discriminator value of the combination.
valuestringThe dependent value of the combination.