C# 클래스 Cedar.Framework.AuditTrail.Base.AuditLogFilterBase

This is base class of all concrete audit log fiter classes.
상속: IAuditLogFilter
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
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.

메소드 상세

AuditLogFilterBase() 공개 메소드

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

Match() 공개 추상적인 메소드

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