C# Class DataAnnotations.ModelBase

Inheritance: IDataErrorInfo, INotifyPropertyChanged
Exibir arquivo Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
OnPropertyChanged ( string propertyName, object before, object after ) : void
this ( string propertyName ) : string

Method Details

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
return void

this() public method

public this ( string propertyName ) : string
propertyName string
return string