Class LookUpInLookUps
This Value Provider chains two or more LookUps and tries one after another to deliver a result
It's mainly used to override values which are given, by a special situation.
Read more about this in LookUp System
[PublicApi]
public class LookUpInLookUps : LookUpBase, ILookUp
- Inheritance
-
LookUpInLookUps
- Implements
- Inherited Members
Constructors
LookUpInLookUps(string, IEnumerable<ILookUp>)
This Value Provider chains two or more LookUps and tries one after another to deliver a result
It's mainly used to override values which are given, by a special situation.
Read more about this in LookUp System
public LookUpInLookUps(string name, IEnumerable<ILookUp> providers)
Parameters
name
stringName to use - if stored in a list
providers
IEnumerable<ILookUp>list of providers
Properties
Description
Additional description to better understand what each LookUp is for.
public override string Description { get; }
Property Value
Methods
Get(string, string)
Gets a value by Name/key and tries to format it in a special way (like for dates)
public override string Get(string key, string format)