IConventionContext Interface

Definition

Contextual information associated with each convention call.

public interface IConventionContext
type IConventionContext = interface
Public Interface IConventionContext
Derived

Remarks

See Model building conventions for more information and examples.

Methods

DelayConventions()

Prevents conventions from being executed immediately when a metadata aspect is modified. All the delayed conventions will be executed after the returned object is disposed.

StopProcessing()

Calling this will prevent further processing of the associated event by other conventions.

Applies to