C# Class CommonControls.Model.AppearListViewItemModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Méthodes publiques

Свойство Type Description
IsAppearedChanged bool

Méthodes publiques

Méthode Description
AppearListViewItemModel ( string name, bool isAppered, string displayStr, string noDisplayStr, object source ) : System

Private Methods

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

AppearListViewItemModel() public méthode

public AppearListViewItemModel ( string name, bool isAppered, string displayStr, string noDisplayStr, object source ) : System
name string
isAppered bool
displayStr string
noDisplayStr string
source object
Résultat System

Property Details

IsAppearedChanged public_oe property

public bool IsAppearedChanged
Résultat bool