IConditionalRequirement Interface

Defines the conditions for both the server and client when a member of a configuration class is required, based on other values in the configuration that are set.

Definition

Namespace: MFiles.VAF.Configuration.Validation
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IConditionalRequirement

Properties

Description Simplified user-friendly text describing the condition when this implementation will require a member.
JsPath The JsPath query to run on the clients. If results are found by the query, the member will be required. When no results are found, it won't be required. Should match the IsRequired(Object) implementation in terms of logic.

Methods

IsRequired Determines if a member is currently required or not. Should match the JsPath implementation in terms of logic.

See Also