C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_ExtensionMethods_XmlDataSources_View

Show file Open project: TeamMentor-OWASP/Master

Public Methods

Method Description
guids ( this views ) : List
newView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : View_V3
tmLibrary ( this viewToFind, TM_Xml_Database tmDatabase ) : TM_Library
xmlDB_AddGuidanceItemsToView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool
xmlDB_MoveViewToFolder ( this tmDatabase, System.Guid viewId, System.Guid folderId ) : bool
xmlDB_NewView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : View
xmlDB_NewView ( this tmDatabase, View tmView ) : View
xmlDB_RemoveAllGuidanceItemsFromView ( this tmDatabase, System.Guid viewId ) : bool
xmlDB_RemoveGuidanceItemsFromView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool
xmlDB_RemoveViewFromFolder ( this tmDatabase, System.Guid libraryId, System.Guid viewId ) : bool
xmlDB_RemoveViewFromFolder ( this tmDatabase, TM_Library tmLibrary, System.Guid viewId ) : bool
xmlDB_UpdateView ( this tmDatabase, View tmView ) : View
xmlDB_UpdateView ( this tmDatabase, View tmView, List guidanceItems ) : View
xmlDB_View ( this tmDatabase, System.Guid viewId ) : View
xmlDB_View ( this folder, string viewCaption ) : 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

Method Details

guids() public static method

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

newView() public static method

public static newView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : View_V3
tmDatabase this
parentFolderId System.Guid
tmView urn.microsoft.guidanceexplorer.View
return View_V3

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_AddGuidanceItemsToView() public static method

public static xmlDB_AddGuidanceItemsToView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool
tmDatabase this
viewId System.Guid
guidanceItemsIds List
return bool

xmlDB_MoveViewToFolder() public static method

public static xmlDB_MoveViewToFolder ( this tmDatabase, System.Guid viewId, System.Guid folderId ) : bool
tmDatabase this
viewId System.Guid
folderId System.Guid
return bool

xmlDB_NewView() public static method

public static xmlDB_NewView ( this tmDatabase, System.Guid parentFolderId, View tmView ) : View
tmDatabase this
parentFolderId System.Guid
tmView urn.microsoft.guidanceexplorer.View
return urn.microsoft.guidanceexplorer.View

xmlDB_NewView() public static method

public static xmlDB_NewView ( this tmDatabase, View tmView ) : View
tmDatabase this
tmView urn.microsoft.guidanceexplorer.View
return urn.microsoft.guidanceexplorer.View

xmlDB_RemoveAllGuidanceItemsFromView() public static method

public static xmlDB_RemoveAllGuidanceItemsFromView ( this tmDatabase, System.Guid viewId ) : bool
tmDatabase this
viewId System.Guid
return bool

xmlDB_RemoveGuidanceItemsFromView() public static method

public static xmlDB_RemoveGuidanceItemsFromView ( this tmDatabase, System.Guid viewId, List guidanceItemsIds ) : bool
tmDatabase this
viewId System.Guid
guidanceItemsIds List
return bool

xmlDB_RemoveViewFromFolder() public static method

public static xmlDB_RemoveViewFromFolder ( this tmDatabase, System.Guid libraryId, System.Guid viewId ) : bool
tmDatabase this
libraryId System.Guid
viewId System.Guid
return bool

xmlDB_RemoveViewFromFolder() public static method

public static xmlDB_RemoveViewFromFolder ( this tmDatabase, TM_Library tmLibrary, System.Guid viewId ) : bool
tmDatabase this
tmLibrary TM_Library
viewId System.Guid
return bool

xmlDB_UpdateView() public static method

public static xmlDB_UpdateView ( this tmDatabase, View tmView ) : View
tmDatabase this
tmView urn.microsoft.guidanceexplorer.View
return urn.microsoft.guidanceexplorer.View

xmlDB_UpdateView() public static method

public static xmlDB_UpdateView ( this tmDatabase, View tmView, List guidanceItems ) : View
tmDatabase this
tmView urn.microsoft.guidanceexplorer.View
guidanceItems List
return urn.microsoft.guidanceexplorer.View

xmlDB_View() public static method

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

xmlDB_View() public static method

public static xmlDB_View ( this folder, string viewCaption ) : 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