C# 클래스 Fluent.ModelBase

상속: IDataErrorInfo, INotifyPropertyChanged
파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver

공개 메소드들

메소드 설명
ModelBase ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string propertyName ) : string

메소드 상세

ModelBase() 공개 메소드

public ModelBase ( ) : System
리턴 System

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

this() 공개 메소드

public this ( string propertyName ) : string
propertyName string
리턴 string