Omada.OE.AppLogic.Helpers Namespace |
| Class | Description | |
|---|---|---|
| AccessModifierHelper |
Helper class containing various utility methods used in access modifier logic
| |
| AppStringHelper |
Class can load appstrings as well as multi lingual property values from the database
| |
| DictionaryHelper | ||
| LicenseHelper | ||
| ObjectPropertyHelper |
Helper class for retrieving and working with property values for (typically, but not only) data objects.
| |
| ProcessInstantiationHelper |
Helper class for instantiating process instances.
| |
| PropertyValuesContainerHelper |
Helper class for building difference descriptions for PropertyValuesContainer objects.
| |
| QueryParameterHelper |
Helper class for parsing SQL and sql parameters or DAX and dax parameters.
Notes: the class is currently used by SqlDataProducer and DataSourceController
| |
| QueryParameterHelperUnexpectedParameterTypeException |
This exception is thrown if the value passed is not of a type matching the specified parameter type or if it cannot be converted
| |
| QueryParameterHelperUnexpectedParameterValueException |
This exception is thrown if a string value could not be converted to the specified parameter type
| |
| SerializationHelper |
SerializationHelper
| |
| SettingsValidator |
The app settings validator.
| |
| SqlIdFilterHelperT |
Helper class used to add id-filtering to a query built with the SQLBuilder.
If only a few ids are to be filtered on then a "and id in (x, y, z)" clause will be added.
Otherwise a temp table will be populated and joined with.
Ids must be of type int or Guid.
| |
| StandardSettingsValidatorProvider |
The setting validator provider, with some default validation methods.
| |
| TimeZoneHelper | ||
| XmlValidationHelper |
The XmlValidationHelper class supports validation of xml data against a xml schema known by the application.
|
| Delegate | Description | |
|---|---|---|
| AddError |
AddError delegate
| |
| MessageWriter |
MessageWriter delegate
|
| Enumeration | Description | |
|---|---|---|
| QueryParameterHelperParameterType |
Enum for the supported parameter types
|