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

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

Méthodes publiques

Méthode Description
Add ( TagModel tag ) : void
ConnectTags ( TagModel parent, TagModel child ) : void
DisconnectFromParent ( TagModel tag ) : void
GenerateNewTag ( ) : TagModel
GetBaseTag ( ) : TagModel
OnTagRemoved ( TagModel tag ) : void
ReconnectAllToBaseTag ( ) : void
Remove ( TagModel tag ) : void
Remove ( int tagId ) : void
RemoveChildren ( TagModel tag ) : void
TagManager ( ) : System

Méthodes protégées

Méthode Description
DoPostAdd ( TagModel tag ) : void
DoPostRemove ( TagModel tag ) : void
GetNewId ( ) : int
RemoveFromDictonary ( TagModel tag ) : void

Method Details

Add() public méthode

public Add ( TagModel tag ) : void
tag TagModel
Résultat void

ConnectTags() public méthode

public ConnectTags ( TagModel parent, TagModel child ) : void
parent TagModel
child TagModel
Résultat void

DisconnectFromParent() public méthode

public DisconnectFromParent ( TagModel tag ) : void
tag TagModel
Résultat void

DoPostAdd() protected méthode

protected DoPostAdd ( TagModel tag ) : void
tag TagModel
Résultat void

DoPostRemove() protected méthode

protected DoPostRemove ( TagModel tag ) : void
tag TagModel
Résultat void

GenerateNewTag() public méthode

public GenerateNewTag ( ) : TagModel
Résultat TagModel

GetBaseTag() public méthode

public GetBaseTag ( ) : TagModel
Résultat TagModel

GetNewId() protected méthode

protected GetNewId ( ) : int
Résultat int

OnTagRemoved() public méthode

public OnTagRemoved ( TagModel tag ) : void
tag TagModel
Résultat void

ReconnectAllToBaseTag() public méthode

public ReconnectAllToBaseTag ( ) : void
Résultat void

Remove() public méthode

public Remove ( TagModel tag ) : void
tag TagModel
Résultat void

Remove() public méthode

public Remove ( int tagId ) : void
tagId int
Résultat void

RemoveChildren() public méthode

public RemoveChildren ( TagModel tag ) : void
tag TagModel
Résultat void

RemoveFromDictonary() protected méthode

protected RemoveFromDictonary ( TagModel tag ) : void
tag TagModel
Résultat void

TagManager() public méthode

public TagManager ( ) : System
Résultat System