C# Class CommonControls.Model.AppearListViewItemModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
IsAppearedChanged bool

Public Methods

Method Description
AppearListViewItemModel ( string name, bool isAppered, string displayStr, string noDisplayStr, object source ) : System

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

AppearListViewItemModel() public method

public AppearListViewItemModel ( string name, bool isAppered, string displayStr, string noDisplayStr, object source ) : System
name string
isAppered bool
displayStr string
noDisplayStr string
source object
return System

Property Details

IsAppearedChanged public_oe property

public bool IsAppearedChanged
return bool