C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel

Inheritance: IMarkable, INotifyPropertyChanged, ISearchable, ITagStickable
Afficher le fichier Open project: kienaiProject/ArtOfWords Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CopyWithoutId ( ItemModel src ) : void
GetTagIds ( ) : List
SetTagIds ( List stickTagList ) : void
ToSearchString ( ) : string

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Method Details

CopyWithoutId() public méthode

public CopyWithoutId ( ItemModel src ) : void
src ItemModel
Résultat void

GetTagIds() public méthode

public GetTagIds ( ) : List
Résultat List

OnPropertyChanged() protected méthode

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

SetTagIds() public méthode

public SetTagIds ( List stickTagList ) : void
stickTagList List
Résultat void

ToSearchString() public méthode

public ToSearchString ( ) : string
Résultat string