Table of Contents

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
LookUpInEntity
Implements
Inherited Members

Constructors

LookUpInEntity(string, IEntity, string[])

Constructs a new Entity LookUp

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

Parameters

name string

Name of the LookUp, e.g. Settings

source IEntity
dimensions string[]

the languages / dimensions to use

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