Class LookupService
- Namespace
- JJMasterData.Core.DataManager.Services
- Assembly
- JJMasterData.Core.dll
public class LookupService
- Inheritance
-
LookupService
- Inherited Members
Constructors
LookupService(IFormValues, ExpressionsService, IEncryptionService, ElementMapService, IMasterDataUrlHelper)
public LookupService(IFormValues formValues, ExpressionsService expressionsService, IEncryptionService encryptionService, ElementMapService elementMapService, IMasterDataUrlHelper urlHelper)
Parameters
formValues
IFormValuesexpressionsService
ExpressionsServiceencryptionService
IEncryptionServiceelementMapService
ElementMapServiceurlHelper
IMasterDataUrlHelper
Methods
GetDescriptionAsync(DataElementMap, FormStateData?, object?, bool)
public Task<string?> GetDescriptionAsync(DataElementMap elementMap, FormStateData? formStateData, object? value, bool allowOnlyNumbers)
Parameters
elementMap
DataElementMapformStateData
FormStateDatavalue
objectallowOnlyNumbers
bool
Returns
GetFormViewUrl(DataElementMap, FormStateData?, string)
public string GetFormViewUrl(DataElementMap elementMap, FormStateData? formStateData, string componentName)
Parameters
elementMap
DataElementMapformStateData
FormStateDatacomponentName
string
Returns
GetSelectedValue(string)
public string? GetSelectedValue(string componentName)
Parameters
componentName
string