C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel

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

Méthodes publiques

Méthode Description
HasInDescendent ( TagModel search ) : bool
IsBase ( ) : bool
OnPropertyChanged ( string name ) : void
TagModel ( int id ) : System

Method Details

HasInDescendent() public méthode

public HasInDescendent ( TagModel search ) : bool
search TagModel
Résultat bool

IsBase() public méthode

public IsBase ( ) : bool
Résultat bool

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

TagModel() public méthode

public TagModel ( int id ) : System
id int
Résultat System