ObjTypeLogConfig Class |
Namespace: Omada.OE.AppLogic.Logging
public class ObjTypeLogConfig
The ObjTypeLogConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjTypeLogConfig |
| Name | Description | |
|---|---|---|
| DataObjectType |
Configuration is for data objects of this type.
| |
| EventCategory |
We'll log the change as belonging to this category.
| |
| EventId |
We'll log using this EventId.
| |
| EventText |
We'll log this text for the change.
| |
| LogCreation |
Log when data object gets created?
| |
| LogUpdate |
Log when data object gets changed?
| |
| ModifiedProperties |
Only if one or more of these properties are modified we will log the change.
Only relevant when a data object is being modified (not when it is created).
| |
| ObjectIdentificationProperties |
List of properties on the data object which should be added to the log entry to easy identify the object
|
| Name | Description | |
|---|---|---|
| AddPostFilter |
Data object has to meet these expressions after it gets created/modified for us to log the change.
| |
| AddPreFilter |
Data object has to meet these expressions before it gets modified for us to log the change.
Only relevant when a data object is being modified (not when it is created).
| |
| Matches | ||
| Verify |
Verifies the configuration and returns true if it is valid
|
| 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.) |