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

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

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

Method Details

HasInDescendent() public method

public HasInDescendent ( TagModel search ) : bool
search TagModel
return bool

IsBase() public method

public IsBase ( ) : bool
return bool

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void

TagModel() public method

public TagModel ( int id ) : System
id int
return System