Click or drag to resize

ILogSupport Interface

Support a log version of the object. In particular, this is used to make sure that confidential data can be suppressed when logging to the API log.

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ILogSupport

The ILogSupport type exposes the following members.

Methods
  NameDescription
Public methodRelatedID
Returns the object's related id.
Public methodToLogVersion
Returns a sanitized version of the object appropriate for logging to the API log.
Top
See Also