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.

Class LookUpInEntity

Namespace
ToSic.Eav.LookUp
Assembly
ToSic.Eav.Core.dll

Get Values from an IEntity.
Read more about this in LookUp System

[PublicApi]
public class LookUpInEntity : LookUpIn<IEntity>, ILookUp
Inheritance
object
LookUpInEntity
Implements
Inherited Members

Constructors

LookUpInEntity(string, IEntity, string[], string)

Constructs a new Entity LookUp

public LookUpInEntity(string name, IEntity source, string[] dimensions, string description = null)

Parameters

name string

Name of the LookUp, e.g. Settings

source IEntity
dimensions string[]

the languages / dimensions to use

description string

Methods

Get(string, string)

Special lookup command with format-provider.

public override string Get(string key, string format)

Parameters

key string
format string

Returns

string