C# Class Grikly.Annotations.NotifyPropertyChangedInvocatorAttribute

Inheritance: System.Attribute
Show file Open project: Xormis/grikly-dotnet

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the NotifyPropertyChangedInvocatorAttribute class.
public NotifyPropertyChangedInvocatorAttribute ( ) : System
return System

NotifyPropertyChangedInvocatorAttribute() public method

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