Method |
Description |
|
newView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : TeamMentor.CoreLib.View_V3 |
|
|
xmlDB_AddGuidanceItemToView ( this tmDatabase, System.Guid viewId, System.Guid guidanceItemsId ) : bool |
|
|
xmlDB_AddGuidanceItemsToView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool |
|
|
xmlDB_MoveViewToFolder ( this tmDatabase, System.Guid viewId, System.Guid targetFolderId, System.Guid targetLibraryId ) : bool |
|
|
xmlDB_NewView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : urn.microsoft.guidanceexplorer.View |
|
|
xmlDB_NewView ( this tmDatabase, View tmView ) : urn.microsoft.guidanceexplorer.View |
|
|
xmlDB_RemoveAllGuidanceItemsFromView ( this tmDatabase, System.Guid viewId ) : bool |
|
|
xmlDB_RemoveGuidanceItemsFromView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool |
|
|
xmlDB_RemoveView ( this tmDatabase, System.Guid libraryId, System.Guid viewId ) : bool |
|
|
xmlDB_RemoveView ( this tmDatabase, TM_Library tmLibrary, System.Guid viewId ) : bool |
|
|
xmlDB_UpdateView ( this tmDatabase, View tmView ) : urn.microsoft.guidanceexplorer.View |
|
|
xmlDB_UpdateView ( this tmDatabase, View tmView, List guidanceItems ) : urn.microsoft.guidanceexplorer.View |
|
|