C# Class Care.MainViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: thankcreate/Care

Public Properties

Property Type Description
HasLoadBless bool
IsChanged bool
ItemsNeedRefresh int
SinaWeiboCareID string

Public Methods

Method Description
LoadData ( ) : void

Creates and adds a few ItemViewModel objects into the Items collection.

MainViewModel ( ) : System
test ( ) : void

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public method

Creates and adds a few ItemViewModel objects into the Items collection.
public LoadData ( ) : void
return void

MainViewModel() public method

public MainViewModel ( ) : System
return System

test() public method

public test ( ) : void
return void

Property Details

HasLoadBless public property

public bool HasLoadBless
return bool

IsChanged public property

public bool IsChanged
return bool

ItemsNeedRefresh public property

public int ItemsNeedRefresh
return int

SinaWeiboCareID public property

public string SinaWeiboCareID
return string