|
IStableValueOptionsProvider Interface
|
Interface that provides value options for an
options editor instance. The options can be resolved at
runtime, and should be relatively stable, i.e., not typically
change during the course of a configuration editing session.
Users will need to refresh the node/schema for any changes to
the options to appear.
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.2.0.9
Syntaxpublic interface IStableValueOptionsProvider
The IStableValueOptionsProvider type exposes the following members.
Methods
| Name | Description |
---|
 | GetOptions |
Resolves options to display in the options editor.
|
Top
See Also