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.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class ValueOptionsAttribute : Attribute, 
	IStableValueOptionsProvider
Inheritance
Object    Attribute    ValueOptionsAttribute
Implements
IStableValueOptionsProvider

Constructors

ValueOptionsAttribute Constructor.

Properties

Type The provider this attribute will delegate to.

Methods

GetOptions Resolves options to display in the options editor.

See Also