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
Get Values from an IEntity.
Read more about this in LookUp System
[PublicApi]
public class LookUpInEntity : LookUpIn<IEntity>, ILookUp
- 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
namestringName of the LookUp, e.g. Settings
sourceIEntitydimensionsstring[]the languages / dimensions to use
descriptionstring
Methods
Get(string, string)
Special lookup command with format-provider.
public override string Get(string key, string format)