Table of Contents

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

discriminatorValue string

The discriminator value of the combination.

value string

The dependent value of the combination.

Returns

bool
Share