Click or drag to resize

Omada.OE.AppLogic.Helpers Namespace

 
Classes
  ClassDescription
Public classAccessModifierHelper
Helper class containing various utility methods used in access modifier logic
Public classAppStringHelper
Class can load appstrings as well as multi lingual property values from the database
Public classDictionaryHelper
Public classLicenseHelper
Public classObjectPropertyHelper
Helper class for retrieving and working with property values for (typically, but not only) data objects.
Public classProcessInstantiationHelper
Helper class for instantiating process instances.
Public classPropertyValuesContainerHelper
Helper class for building difference descriptions for PropertyValuesContainer objects.
Public classQueryParameterHelper
Helper class for parsing SQL and sql parameters or DAX and dax parameters. Notes: the class is currently used by SqlDataProducer and DataSourceController
Public classQueryParameterHelperUnexpectedParameterTypeException
This exception is thrown if the value passed is not of a type matching the specified parameter type or if it cannot be converted
Public classQueryParameterHelperUnexpectedParameterValueException
This exception is thrown if a string value could not be converted to the specified parameter type
Public classSerializationHelper
SerializationHelper
Public classSettingsValidator
The app settings validator.
Public classSqlIdFilterHelperT
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.
Public classStandardSettingsValidatorProvider
The setting validator provider, with some default validation methods.
Public classTimeZoneHelper
Public classXmlValidationHelper
The XmlValidationHelper class supports validation of xml data against a xml schema known by the application.
Delegates
  DelegateDescription
Public delegateAddError
AddError delegate
Public delegateMessageWriter
MessageWriter delegate
Enumerations