C# Class Care.MainViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo 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_oe property

public bool HasLoadBless
return bool

IsChanged public_oe property

public bool IsChanged
return bool

ItemsNeedRefresh public_oe property

public int ItemsNeedRefresh
return int

SinaWeiboCareID public_oe property

public string SinaWeiboCareID
return string