Table of Contents

Interface IHas<T>

Namespace
ToSic.Eav.Apps.Internal
Assembly
ToSic.Eav.Core.dll

Experimental interface to mark objects which have a value. ATM to better handle App-State-Like objects without showing the underlying data.

[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface IHas<out T> where T : class

Type Parameters

T

Properties

Value

T Value { get; }

Property Value

T