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; }
Defines an interface for setting or getting options.
public interface IOptionsHolder
Gets or sets the options.
JsonOptions Options { get; set; }