C# Class Zetbox.Client.Presentables.ZetboxBase.TagEntryViewModel

Inheritance: INotifyPropertyChanged
显示文件 Open project: daszat/zetbox

Public Methods

Method Description
TagEntryViewModel ( TagCache tag, TagPropertyEditorViewModel parent, bool isChecked ) : System

Private Methods

Method Description
OnPropertyChanged ( string prop ) : void

Method Details

TagEntryViewModel() public method

public TagEntryViewModel ( TagCache tag, TagPropertyEditorViewModel parent, bool isChecked ) : System
tag TagCache
parent TagPropertyEditorViewModel
isChecked bool
return System