Table of Contents

Interface IViewModelEntityViewParameter<TValue>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents an Entity View parameter.

public interface IViewModelEntityViewParameter<TValue> : IViewModelEntityViewParameter, IViewModelFilterableAttribute

Type Parameters

TValue

Type of the parameter value.

Inherited Members

Properties

Value

Gets or sets the value.

TValue Value { get; set; }

Property Value

TValue