Hi All,
To date I have been using the FluentConfiguration to set a custom revision
entity type and the custom audit revision listener;
auditConfiguration.SetRevisionEntity<AuditRevision>(r => r.Id, r => r.
RevisionDate, new AuditRevisionListener());
Our auditing report requirements are advancing and I would now like to
track entities changed in revision however the required overload to allow a
custom revision entity type with a custom audit revision listener and
modified entity names is private within the Envers source;
private void setRevisionEntity<T>(Expression<Func<T, object>> revisionNumber
,
Expression<Func<T,
object>> revisionTimestamp,
Expression<Func<T,
object>> modifiedEntityNames,
IRevisionListener
revisionListener)
Is there a reason for this overload to be private?
How else do I make the required configuration changes?
Kind regards, Scott.
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.