Click or drag to resize

ObjTypeLogConfig Properties

The ObjTypeLogConfig type exposes the following members.

Properties
  NameDescription
Public propertyDataObjectType
Configuration is for data objects of this type.
Public propertyEventCategory
We'll log the change as belonging to this category.
Public propertyEventId
We'll log using this EventId.
Public propertyEventText
We'll log this text for the change.
Public propertyLogCreation
Log when data object gets created?
Public propertyLogUpdate
Log when data object gets changed?
Public propertyModifiedProperties
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).
Public propertyObjectIdentificationProperties
List of properties on the data object which should be added to the log entry to easy identify the object
Top
See Also