C# Class TagsGrooveControls.Model.TagTreeViewItemModelManager

Inheritance: TagManager
Datei anzeigen Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
GenerateNewTag ( ) : TagModel
IsDeleted ( TagModel tag ) : bool
TagTreeViewItemModelManager ( ) : System

Protected Methods

Method Description
DoPostAdd ( TagModel tag ) : void
DoPostRemove ( TagModel tag ) : void
GetNewId ( ) : int
RemoveFromDictonary ( TagModel tag ) : void

Method Details

DoPostAdd() protected method

protected DoPostAdd ( TagModel tag ) : void
tag ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel
return void

DoPostRemove() protected method

protected DoPostRemove ( TagModel tag ) : void
tag ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel
return void

GenerateNewTag() public method

public GenerateNewTag ( ) : TagModel
return ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel

GetNewId() protected method

protected GetNewId ( ) : int
return int

IsDeleted() public method

public IsDeleted ( TagModel tag ) : bool
tag ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel
return bool

RemoveFromDictonary() protected method

protected RemoveFromDictonary ( TagModel tag ) : void
tag ModernizedAlice.ArtOfWords.BizCommon.Model.Tag.TagModel
return void

TagTreeViewItemModelManager() public method

public TagTreeViewItemModelManager ( ) : System
return System