Click or drag to resize

ResolvingAttributeDisplayValuesEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicAppEventArgs
      Omada.OE.Solution.OIM.AppLogicResolvingAttributeDisplayValuesEventArgs

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ResolvingAttributeDisplayValuesEventArgs : AppEventArgs

The ResolvingAttributeDisplayValuesEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttribute
Name of the attribute for which we must resolve display values based on technical values. System name of an attribute definition property.
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyDisplayValues
An event handler must put the resolved display values here. Keys are attribute technical values. Values are display values.
Public propertyFactory
(Inherited from AppEventArgs.)
Public propertyPreventCaching
An event handler can set this to true to avoid that the result is cached.
Public propertyValues
The technical values for which we must resolve display values.
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also