Table of Contents

Class ParserDisposingEventArgs

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Describes a parser that has left its originating cache and is about to be disposed.

public sealed class ParserDisposingEventArgs : CancelEventArgs
Inheritance
ParserDisposingEventArgs
Inherited Members
Extension Methods

Constructors

ParserDisposingEventArgs(ITypeParser, ParserInvalidationMode)

Describes a parser that has left its originating cache and is about to be disposed.

public ParserDisposingEventArgs(ITypeParser parser, ParserInvalidationMode mode)

Parameters

parser ITypeParser
mode ParserInvalidationMode

Properties

Mode

How caches retaining Parser should respond.

public ParserInvalidationMode Mode { get; }

Property Value

ParserInvalidationMode

Parser

The exact parser instance being released.

public ITypeParser Parser { get; }

Property Value

ITypeParser