C# 클래스 TagsGrooveControls.Model.TagTreeViewItemModelManager

상속: TagManager
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 메소드들

메소드 설명
GenerateNewTag ( ) : TagModel
IsDeleted ( TagModel tag ) : bool
TagTreeViewItemModelManager ( ) : System

보호된 메소드들

메소드 설명
DoPostAdd ( TagModel tag ) : void
DoPostRemove ( TagModel tag ) : void
GetNewId ( ) : int
RemoveFromDictonary ( TagModel tag ) : void

메소드 상세

DoPostAdd() 보호된 메소드

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

DoPostRemove() 보호된 메소드

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

GenerateNewTag() 공개 메소드

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

GetNewId() 보호된 메소드

protected GetNewId ( ) : int
리턴 int

IsDeleted() 공개 메소드

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

RemoveFromDictonary() 보호된 메소드

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

TagTreeViewItemModelManager() 공개 메소드

public TagTreeViewItemModelManager ( ) : System
리턴 System