Click or drag to resize
IPrivacyControlLogger Interface

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

Privacy Control Logging

Namespace: Netadmin.Management.PrivacyControl
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IPrivacyControlLogger : IManager<IPrivacyControlChanges>, 
	IFilterable<IPrivacyControlChanges, IPrivacyControlChangesFilter>, IDetailsableBatch<IPrivacyControlChanges>, 
	ITop100<IPrivacyControlChanges>

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
Remarks
Supported Top100 properties: * IpAddress
Implemented by
See Also