C# Класс Catel.MVVM.InterestedInAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InterestedInAttribute ( Type viewModelType ) : System

Initializes a new instance of the InterestedInAttribute class.

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

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

Initializes a new instance of the InterestedInAttribute class.
The is null.
public InterestedInAttribute ( Type viewModelType ) : System
viewModelType System.Type Type of the view model.
Результат System