C# Class TagsGrooveControls.Strategy.TagStickerAddButtonStrategy

Inheritance: IDeletableLabelAddButtonStrategy
Mostrar archivo Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
ExecuteOnAdd ( ObservableCollection dataList ) : void
TagStickerAddButtonStrategy ( ITagStickable stickable, TagManager tagManager ) : System

Private Methods

Method Description
GetSelectingTagIds ( IEnumerable selectingTags ) : List
SetSelectingTags ( ObservableCollection selectingTag ) : void

Method Details

ExecuteOnAdd() public method

public ExecuteOnAdd ( ObservableCollection dataList ) : void
dataList ObservableCollection
return void

TagStickerAddButtonStrategy() public method

public TagStickerAddButtonStrategy ( ITagStickable stickable, TagManager tagManager ) : System
stickable ITagStickable
tagManager TagManager
return System