C# Class Account.Entity.BaseEntiy

Inheritance: INotifyPropertyChanged
Show file Open project: KINGGUOKUN/Account

Public Methods

Method Description
BaseEntiy ( ) : System

Protected Methods

Method Description
OnPropetyChanged ( string property ) : void

Method Details

BaseEntiy() public method

public BaseEntiy ( ) : System
return System

OnPropetyChanged() protected method

protected OnPropetyChanged ( string property ) : void
property string
return void