C# Класс Cedar.Framework.AuditTrail.MatchNoneAuditLogFilter

Наследование: Cedar.Framework.AuditTrail.Base.AuditLogFilterBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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