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

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

Méthodes publiques

Méthode 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 méthode

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

Match() public abstract méthode

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