C# Class Care.MainViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: thankcreate/Care

Méthodes publiques

Свойство Type Description
HasLoadBless bool
IsChanged bool
ItemsNeedRefresh int
SinaWeiboCareID string

Méthodes publiques

Méthode Description
LoadData ( ) : void

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

MainViewModel ( ) : System
test ( ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

LoadData() public méthode

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

MainViewModel() public méthode

public MainViewModel ( ) : System
Résultat System

test() public méthode

public test ( ) : void
Résultat void

Property Details

HasLoadBless public_oe property

public bool HasLoadBless
Résultat bool

IsChanged public_oe property

public bool IsChanged
Résultat bool

ItemsNeedRefresh public_oe property

public int ItemsNeedRefresh
Résultat int

SinaWeiboCareID public_oe property

public string SinaWeiboCareID
Résultat string