IArraySettingItemConvertible Interface

Definition

Utility interface that allows creating types that can be converted to and from ArraySettingItem to simplify reading and writing Setting.ObjectArray settings.

public interface IArraySettingItemConvertible
type IArraySettingItemConvertible = interface
Public Interface IArraySettingItemConvertible

Methods

ReadArraySettingItem(ArraySettingItem)

Reads an ArraySettingItem and updates this instance of IArraySettingItemConvertible with the provided value.

WriteArraySettingItem()

Converts this instance of IArraySettingItemConvertible into the corresponding ArraySettingItem.

Applies to