C# Класс ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.OnPropertyGetAspect

Наследование: OnMethodBoundaryAspect
Показать файл Открыть проект

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

Метод Описание
OnEntry ( MethodExecutionEventArgs eventArgs ) : void

Notifies the GraphContext that a property is being fetched.

OnPropertyGetAspect ( PropertyInfo property ) : System

Initializes a new OnPropertyGetAspect.

Описание методов

OnEntry() публичный Метод

Notifies the GraphContext that a property is being fetched.
public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs Information about the current execution context.
Результат void

OnPropertyGetAspect() публичный Метод

Initializes a new OnPropertyGetAspect.
public OnPropertyGetAspect ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property this aspect is for
Результат System