Class LookUpInAppProperty
Look up things in app-settings, app-resources etc.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public class LookUpInAppProperty : LookUpBase, ILookUp
- Inheritance
-
objectLookUpInAppProperty
- Implements
- Inherited Members
Constructors
LookUpInAppProperty(string, IApp)
Look up things in app-settings, app-resources etc.
public LookUpInAppProperty(string name, IApp app)
Parameters
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 strFormat)