C# 클래스 Cedar.Framework.AuditTrail.MatchNoneAuditLogFilter

상속: Cedar.Framework.AuditTrail.Base.AuditLogFilterBase
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

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

메소드 상세

Match() 공개 메소드

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

MatchNoneAuditLogFilter() 공개 메소드

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