C# Class XInject.Attributes.AutowiredAttribute

Inheritance: System.Attribute
Show file Open project: radixeng/XInject Class Usage Examples

Public Properties

Property Type Description
Url string
aspects List
concreteType System.Type

Public Methods

Method Description
AutowiredAttribute ( ) : System
AutowiredAttribute ( Type concrete ) : System
AutowiredAttribute ( string url ) : System

Method Details

AutowiredAttribute() public method

public AutowiredAttribute ( ) : System
return System

AutowiredAttribute() public method

public AutowiredAttribute ( Type concrete ) : System
concrete System.Type
return System

AutowiredAttribute() public method

public AutowiredAttribute ( string url ) : System
url string
return System

Property Details

Url public property

public string Url
return string

aspects public property

public List aspects
return List

concreteType public property

public Type,System concreteType
return System.Type