Table of Contents

Class LookUpInEntity

Namespace
ToSic.Eav.LookUp.Sources
Assembly
ToSic.Eav.DataSource.dll

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

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class LookUpInEntity : LookUpIn<IEntity>, ILookUp, IWrapper<IEntity>
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