C# Class Fluent.ModelBase

Inheritance: IDataErrorInfo, INotifyPropertyChanged
ファイルを表示 Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
ModelBase ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string propertyName ) : string

Method Details

ModelBase() public method

public ModelBase ( ) : System
return System

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

this() public method

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