ResolvingAttributeDisplayValuesEventArgs Class | 
Namespace: Omada.OE.Solution.OIM.AppLogic
public class ResolvingAttributeDisplayValuesEventArgs : AppEventArgs
The ResolvingAttributeDisplayValuesEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ResolvingAttributeDisplayValuesEventArgs | 
| Name | Description | |
|---|---|---|
| Attribute | 
            Name of the attribute for which we must resolve display values based on technical values.
            System name of an attribute definition property.
              | |
| DbConnection | 
            The current database connection.
              (Inherited from AppEventArgs.) | |
| DbTransaction | 
            The current database transaction.
              (Inherited from AppEventArgs.) | |
| DisplayValues | 
            An event handler must put the resolved display values here.
            Keys are attribute technical values.
            Values are display values.
              | |
| Factory | (Inherited from AppEventArgs.) | |
| PreventCaching | 
            An event handler can set this to true to avoid that the result is cached.
              | |
| Values | 
            The technical values for which we must resolve display values.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |