PexLogEventFilterAttributeBase Класс

Определение

Абстрактный базовый класс для фильтров событий журнала

public ref class PexLogEventFilterAttributeBase abstract : Microsoft::Pex::Framework::Packages::PexExecutionPackageAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public abstract class PexLogEventFilterAttributeBase : Microsoft.Pex.Framework.Packages.PexExecutionPackageAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type PexLogEventFilterAttributeBase = class
    inherit PexExecutionPackageAttributeBase
Public MustInherit Class PexLogEventFilterAttributeBase
Inherits PexExecutionPackageAttributeBase
Наследование
Атрибуты

Конструкторы

PexLogEventFilterAttributeBase()

Свойства

Name

Возвращает имя этого пакета.

(Унаследовано от PexPackageAttributeBase)

Методы

AfterExecution(IPexComponent, Object)

Обратный вызов, который выполняется после завершения выполнения.

BeforeExecution(IPexComponent)

Обратный вызов, который выполняется перед началом выполнения.

CreateFilter(IPexComponent)

Создает экземпляр Microsoft.ExtendedReflection.Logging.ILogEventFilter.

Initialize(IEngine)

Этот метод предоставляет возможность запрашивать службы и взаимодействовать с ними.

Load(IContainer)

Этот метод предоставляет возможность установить или заменить службы.

Явные реализации интерфейса

IPexExecutionPackage.AfterExecution(IPexComponent, Object) (Унаследовано от PexExecutionPackageAttributeBase)
IPexExecutionPackage.BeforeExecution(IPexComponent) (Унаследовано от PexExecutionPackageAttributeBase)
IPexPackage.Initialize(IEngine) (Унаследовано от PexPackageAttributeBase)
IPexPackage.Load(IContainer) (Унаследовано от PexPackageAttributeBase)

Применяется к