C# Класс Ninject.NamedAttribute

Indicates that the decorated member should only be injected using binding(s) registered with the specified name.
Наследование: ConstraintAttribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Matches ( IBindingMetadata metadata ) : bool

Determines whether the specified binding metadata matches the constraint.

NamedAttribute ( string name ) : System.Diagnostics.Contracts

Initializes a new instance of the NamedAttribute class.

Описание методов

Matches() публичный Метод

Determines whether the specified binding metadata matches the constraint.
public Matches ( IBindingMetadata metadata ) : bool
metadata IBindingMetadata The metadata in question.
Результат bool

NamedAttribute() публичный Метод

Initializes a new instance of the NamedAttribute class.
public NamedAttribute ( string name ) : System.Diagnostics.Contracts
name string The name of the binding(s) to use.
Результат System.Diagnostics.Contracts