C# Class DouMi.BuyLinkViewModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: gzb1985/doumi

Public Properties

Property Type Description
TheBuyInfo BookInfo.BuyLink

Public Methods

Method Description
BuyLinkViewModel ( ) : System
BuyLinkViewModel ( BuyLink bi ) : System
UpdateViewModel ( BuyLink bi ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

BuyLinkViewModel() public method

public BuyLinkViewModel ( ) : System
return System

BuyLinkViewModel() public method

public BuyLinkViewModel ( BuyLink bi ) : System
bi BookInfo.BuyLink
return System

UpdateViewModel() public method

public UpdateViewModel ( BuyLink bi ) : void
bi BookInfo.BuyLink
return void

Property Details

TheBuyInfo public_oe property

public BuyLink,BookInfo TheBuyInfo
return BookInfo.BuyLink