Click or drag to resize
IPrivacyControlLogger Methods

[This is preliminary documentation and is subject to change.]

The IPrivacyControlLogger type exposes the following members.

Methods
  NameDescription
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(IEnumerableInt64)
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetChangedProperties(IEnumerableInt64)
Gets changed properties logs on customer(s) from given customer ids
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetTop100(ExpressionFuncT, String, String)
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100T.)
Public method void LogCreate(String, IEnumerableIPrivacyControlCustomerCompare)
Log created customers data using privacy control plugin
Public method void LogDelete(IEnumerableICustomerSpPair, String)
Log deleted customers data using privacy control plugin
Public method void LogRead(IEnumerableICustomerSpPair, String)
Log read customers data using privacy control plugin
Public method void LogUpdate(String, IEnumerableIPrivacyControlCustomerCompare)
Log updated customers data using privacy control plugin
Top
Extension Methods
  NameDescription
Public Extension MethodIPrivacyControlChangesDetailsAllIPrivacyControlChanges(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIPrivacyControlChanges(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIPrivacyControlChangesDetailsAnyIPrivacyControlChanges(Int64) (Defined by DetailsableBatchExtensions.)
Top
See Also