C# Class Yea.Funq.ServiceEntry

Inheritance: IRegistration
Mostrar archivo Open project: OxPatient/Rule-Engine Class Usage Examples

Public Properties

Property Type Description
Container Container
Owner Owner
Reuse ReuseScope

Public Methods

Method Description
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.

Protected Methods

Method Description
ServiceEntry ( )

Method Details

OwnedBy() public method

Specifies the owner for instances, which determines how they will be disposed.
public OwnedBy ( Owner owner ) : void
owner Owner
return void

ReusedWithin() public method

Specifies the scope for instances, which determines visibility of instances across containers and hierarchies.
public ReusedWithin ( ReuseScope scope ) : IOwned
scope ReuseScope
return IOwned

ServiceEntry() protected method

protected ServiceEntry ( )

Property Details

Container public_oe property

The container where the entry was registered.
public Container Container
return Container

Owner public_oe property

Ownership setting for the service.
public Owner Owner
return Owner

Reuse public_oe property

Reuse scope setting for the service.
public ReuseScope Reuse
return ReuseScope