C# Class NCop.Aspects.Weaving.Expressions.AbstractAdviceExpression

Inheritance: IAdviceExpression
Afficher le fichier Open project: sagifogel/NCop

Protected Properties

Свойство Type Description
adviceDefinition IAdviceDefinition

Méthodes publiques

Méthode Description
Reduce ( IAdviceWeavingSettings adviceWeavingSettings ) : IMethodScopeWeaver

Private Methods

Méthode Description
AbstractAdviceExpression ( IAdviceDefinition adviceDefinition ) : NCop.Aspects.Advices

Method Details

Reduce() public abstract méthode

public abstract Reduce ( IAdviceWeavingSettings adviceWeavingSettings ) : IMethodScopeWeaver
adviceWeavingSettings IAdviceWeavingSettings
Résultat IMethodScopeWeaver

Property Details

adviceDefinition protected_oe property

protected IAdviceDefinition adviceDefinition
Résultat IAdviceDefinition