Table of Contents

Interface IOptionsHolder

Namespace
Alis.Core.Aspect.Data.Json
Assembly
Alis.dll

Defines an interface for setting or getting options.

public interface IOptionsHolder

Properties

Options

Gets or sets the options.

JsonOptions Options { get; set; }

Property Value

JsonOptions