Class LookUpInEntity
Get Values from an IEntity.
Read more about this in LookUp System
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class LookUpInEntity : LookUpIn<IEntity>, ILookUp, IWrapper<IEntity>
- Inheritance
-
objectLookUpInEntity
- 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
stringName of the LookUp, e.g. Settings
source
IEntitydimensions
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)