Share via


ResourceExplorerOptions Class

Definition

Configuration options for ResourceExplorer.

public class ResourceExplorerOptions
type ResourceExplorerOptions = class
Public Class ResourceExplorerOptions
Inheritance
ResourceExplorerOptions

Constructors

ResourceExplorerOptions(IEnumerable<ResourceProvider>, IEnumerable<DeclarativeType>, IEnumerable<JsonConverterFactory>)

Initializes a new instance of the ResourceExplorerOptions class.

Properties

AllowCycles

Gets or sets a value indicating whether whether cycles are allowed in resources managed by the ResourceExplorer.

ConverterFactories

Gets or sets the list of JsonConverterFactory registrations to initialize the current the ResourceExplorer.

DeclarativeTypes
Obsolete.

Gets or sets the list of declarative types to use. Falls back to Components if set to null.

Providers

Gets or sets the list of resource providers to initialize the current the ResourceExplorer.

TypeRegistrations

Gets or sets the list of DeclarativeType registrations to initialize the current the ResourceExplorer.

Applies to