Table of Contents

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