C# Class Cedar.Framework.AuditTrail.MatchNoneAuditLogFilter

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogFilterBase
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
Match ( AuditLogEntry logEntry ) : bool

Matches the specified log entry.

MatchNoneAuditLogFilter ( string name = null ) : Cedar.Core.Configuration

Initializes a new instance of the T:Cedar.Framework.AuditTrail.MatchAllAuditLogFilter class.

Method Details

Match() public method

Matches the specified log entry.
public Match ( AuditLogEntry logEntry ) : bool
logEntry Cedar.Framework.AuditTrail.Base.AuditLogEntry The log entry.
return bool

MatchNoneAuditLogFilter() public method

Initializes a new instance of the T:Cedar.Framework.AuditTrail.MatchAllAuditLogFilter class.
public MatchNoneAuditLogFilter ( string name = null ) : Cedar.Core.Configuration
name string The name.
return Cedar.Core.Configuration