C# Class Scrutor.ServiceDescriptorAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: khellang/Scrutor Class Usage Examples

Public Methods

Method Description
GetServiceTypes ( Type fallbackType ) : IEnumerable
ServiceDescriptorAttribute ( ) : System
ServiceDescriptorAttribute ( Type serviceType ) : System
ServiceDescriptorAttribute ( Type serviceType, ServiceLifetime lifetime ) : System

Method Details

GetServiceTypes() public method

public GetServiceTypes ( Type fallbackType ) : IEnumerable
fallbackType System.Type
return IEnumerable

ServiceDescriptorAttribute() public method

public ServiceDescriptorAttribute ( ) : System
return System

ServiceDescriptorAttribute() public method

public ServiceDescriptorAttribute ( Type serviceType ) : System
serviceType System.Type
return System

ServiceDescriptorAttribute() public method

public ServiceDescriptorAttribute ( Type serviceType, ServiceLifetime lifetime ) : System
serviceType System.Type
lifetime ServiceLifetime
return System