C# Класс Yea.Funq.ServiceEntry

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

Открытые свойства

Свойство Тип Описание
Container Container
Owner Owner
Reuse ReuseScope

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

Метод Описание
OwnedBy ( Owner owner ) : void

Specifies the owner for instances, which determines how they will be disposed.

ReusedWithin ( ReuseScope scope ) : IOwned

Specifies the scope for instances, which determines visibility of instances across containers and hierarchies.

Защищенные методы

Метод Описание
ServiceEntry ( )

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

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

Specifies the owner for instances, which determines how they will be disposed.
public OwnedBy ( Owner owner ) : void
owner Owner
Результат void

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

Specifies the scope for instances, which determines visibility of instances across containers and hierarchies.
public ReusedWithin ( ReuseScope scope ) : IOwned
scope ReuseScope
Результат IOwned

ServiceEntry() защищенный Метод

protected ServiceEntry ( )

Описание свойств

Container публичное свойство

The container where the entry was registered.
public Container Container
Результат Container

Owner публичное свойство

Ownership setting for the service.
public Owner Owner
Результат Owner

Reuse публичное свойство

Reuse scope setting for the service.
public ReuseScope Reuse
Результат ReuseScope