C# Class XInject.Attributes.AutowiredAttribute

Inheritance: System.Attribute
ファイルを表示 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_oe property

public string Url
return string

aspects public_oe property

public List aspects
return List

concreteType public_oe property

public Type,System concreteType
return System.Type