Click or drag to resize
IPrivacyControlLog Interface

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

Dto for PrivacyControlLogger arguments

Namespace: Netadmin.Management.PrivacyControl.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IPrivacyControlLog

The IPrivacyControlLog type exposes the following members.

Properties
  NameDescription
Public propertyPrivacyControlAccessActionAction
//The action performed
Public propertyStringContext
The context from where the action was performed
Public propertyIEnumerableT, T: ICustomerSpPairCustomerSpPairs
CustomerId paired with ProviderId (providerId should be null if not a providerInstance) might include a relation to which Task log got created
Public propertyStringIpAddress
Ip from user which performed the action
Public propertyNullableT, T: Int64ServiceProviderId
Id of the ServiceProvider, if it was ServiceProvider instances of customers which were affected (does NOT discriminate UserId)
Public propertyBusinessSystemEnumSystem
The system in which the user performed the action (discriminator for UserId)
Public propertyDateTimeTimestamp
Timestamp of the action
Public propertyNullableT, T: Int64UserId
Id of the user who performed the action
Top
Implemented by
See Also