ValueOptionsAttribute Class |
Decorate properties that will be exposed to the MFAdmin's
JSON configuration editor with the options editor to control
which options are available for it.
Inheritance Hierarchy
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic class ValueOptionsAttribute : Attribute,
IStableValueOptionsProvider
Public Class ValueOptionsAttribute
Inherits Attribute
Implements IStableValueOptionsProvider
public ref class ValueOptionsAttribute : public Attribute,
IStableValueOptionsProvider
The ValueOptionsAttribute type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Type |
The provider this attribute will delegate to.
|
Top
Methods
| Name | Description |
---|
 | GetOptions |
Resolves options to display in the options editor.
|
Top
See Also