Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Interface IValue<T>

Namespace
ToSic.Eav.Data
Assembly
ToSic.Eav.Core.dll

Represents a Value with a specific type (string, decimal, etc.).

[PublicApi]
public interface IValue<out T> : IValue

Type Parameters

T

Type of the actual Value

Inherited Members

Properties

TypedContents

Typed contents of the value

T TypedContents { get; }

Property Value

T