C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XmlDataSources_View

Show file Open project: TeamMentor/Master

Public Methods

Method Description
guids ( this views ) : List
tmLibrary ( this viewToFind, TM_Xml_Database tmDatabase ) : TM_Library
xmlDB_View ( this tmDatabase, System.Guid viewId ) : urn.microsoft.guidanceexplorer.View
xmlDB_View ( this folder, string viewCaption ) : urn.microsoft.guidanceexplorer.View
xmlDB_Views ( this tmDatabase ) : List
xmlDB_Views ( this tmLibrary, TM_Xml_Database tmDatabase ) : List
xmlDB_Views_InLibraryRoot ( this tmLibrary, TM_Xml_Database tmDatabase ) : List

Private Methods

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

Method Details

guids() public static method

public static guids ( this views ) : List
views this
return List

tmLibrary() public static method

public static tmLibrary ( this viewToFind, TM_Xml_Database tmDatabase ) : TM_Library
viewToFind this
tmDatabase TM_Xml_Database
return TM_Library

xmlDB_View() public static method

public static xmlDB_View ( this tmDatabase, System.Guid viewId ) : urn.microsoft.guidanceexplorer.View
tmDatabase this
viewId System.Guid
return urn.microsoft.guidanceexplorer.View

xmlDB_View() public static method

public static xmlDB_View ( this folder, string viewCaption ) : urn.microsoft.guidanceexplorer.View
folder this
viewCaption string
return urn.microsoft.guidanceexplorer.View

xmlDB_Views() public static method

public static xmlDB_Views ( this tmDatabase ) : List
tmDatabase this
return List

xmlDB_Views() public static method

public static xmlDB_Views ( this tmLibrary, TM_Xml_Database tmDatabase ) : List
tmLibrary this
tmDatabase TM_Xml_Database
return List

xmlDB_Views_InLibraryRoot() public static method

public static xmlDB_Views_InLibraryRoot ( this tmLibrary, TM_Xml_Database tmDatabase ) : List
tmLibrary this
tmDatabase TM_Xml_Database
return List