IJsonConfEditorAttr Interface

Common Interface for classes that allow the JsonSchemaGenerator to pull option values, Note: This is not yet the Type filtered by in the SchemaGenerator. Meaning that simply implementing this interface and decorating a Configuration class member will not result in the value showing up in the options. For now, you need to extend the JsonConfEditorAttribute class, although this may be broadened in scope in the future to use this interface.

Definition

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

Methods

GetOptions Gets the custom options defined by this attribute.
HasOptions Determines if this attribute defines custom options.

See Also