C# Class XInject.Attributes.AutowiredAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: radixeng/XInject Class Usage Examples

Méthodes publiques

Свойство Type Description
Url string
aspects List
concreteType System.Type

Méthodes publiques

Méthode Description
AutowiredAttribute ( ) : System
AutowiredAttribute ( Type concrete ) : System
AutowiredAttribute ( string url ) : System

Method Details

AutowiredAttribute() public méthode

public AutowiredAttribute ( ) : System
Résultat System

AutowiredAttribute() public méthode

public AutowiredAttribute ( Type concrete ) : System
concrete System.Type
Résultat System

AutowiredAttribute() public méthode

public AutowiredAttribute ( string url ) : System
url string
Résultat System

Property Details

Url public_oe property

public string Url
Résultat string

aspects public_oe property

public List aspects
Résultat List

concreteType public_oe property

public Type,System concreteType
Résultat System.Type