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.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic interface IJsonConfEditorAttr
The IJsonConfEditorAttr type exposes the following members.
Methods
| Name | Description |
---|
 | GetOptions |
Gets the custom options defined by this attribute.
|
 | HasOptions |
Determines if this attribute defines custom options.
|
Top
See Also