C# Class Grikly.Annotations.NotifyPropertyChangedInvocatorAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Xormis/grikly-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NotifyPropertyChangedInvocatorAttribute ( ) : System

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.

NotifyPropertyChangedInvocatorAttribute ( string parameterName ) : System

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.

Method Details

NotifyPropertyChangedInvocatorAttribute() public méthode

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.
public NotifyPropertyChangedInvocatorAttribute ( ) : System
Résultat System

NotifyPropertyChangedInvocatorAttribute() public méthode

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.
public NotifyPropertyChangedInvocatorAttribute ( string parameterName ) : System
parameterName string /// The parameter name. ///
Résultat System