Table of Contents

Interface IPersistableAdapter

Namespace
Ecng.Serialization
Assembly
Ecng.Serialization.dll

Provides an adapter for persisting values.

public interface IPersistableAdapter
Extension Methods

Properties

UnderlyingValue

Gets or sets the underlying value that is persisted.

object UnderlyingValue { get; set; }

Property Value

object