C# Класс Grikly.Annotations.NotifyPropertyChangedInvocatorAttribute

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

Private Properties

Свойство Тип Описание

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

Метод Описание
NotifyPropertyChangedInvocatorAttribute ( ) : System

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.

NotifyPropertyChangedInvocatorAttribute ( string parameterName ) : System

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.

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

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

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.
public NotifyPropertyChangedInvocatorAttribute ( ) : System
Результат System

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

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.
public NotifyPropertyChangedInvocatorAttribute ( string parameterName ) : System
parameterName string /// The parameter name. ///
Результат System