C# Class XInject.Attributes.InjectAttribute

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

Public Properties

Property Type Description
Url string
concrete System.Type

Public Methods

Method Description
InjectAttribute ( ) : System
InjectAttribute ( Type type ) : System
InjectAttribute ( string url ) : System

Method Details

InjectAttribute() public method

public InjectAttribute ( ) : System
return System

InjectAttribute() public method

public InjectAttribute ( Type type ) : System
type System.Type
return System

InjectAttribute() public method

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

Property Details

Url public property

public string Url
return string

concrete public property

public Type,System concrete
return System.Type