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.
Namespace: MFiles.VAF.Configuration.ValidationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public interface IConditionalRequirement
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.
|
IsRequired
|
Determines if a member is currently required or not.
Should match the JsPath implementation in terms
of logic.
|