C# Class Cedar.Framework.AuditTrail.MatchNoneAuditLogFilter

Inheritance: Cedar.Framework.AuditTrail.Base.AuditLogFilterBase
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

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

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

MatchNoneAuditLogFilter() public méthode

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