C# Class Cedar.Framework.AuditTrail.Base.AuditLogFilterBase

This is base class of all concrete audit log fiter classes.
Inheritance: IAuditLogFilter
Mostrar archivo Open project: Chinaccn/surfboard

Public Methods

Method Description
AuditLogFilterBase ( string name ) : Microsoft.Practices.Unity.Utility

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

Match ( AuditLogEntry logEntry ) : bool

Matches the specified log entry.

Method Details

AuditLogFilterBase() public method

Initializes a new instance of the T:Cedar.Framwork.AuditTrail.MatchAllAuditLogFilter class.
public AuditLogFilterBase ( string name ) : Microsoft.Practices.Unity.Utility
name string The name.
return Microsoft.Practices.Unity.Utility

Match() public abstract method

Matches the specified log entry.
public abstract Match ( AuditLogEntry logEntry ) : bool
logEntry AuditLogEntry The log entry.
return bool