C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_TM_View

Show file Open project: TeamMentor/Master

Public Methods

Method Description
getAllGuidanceItemsInViews ( this tmDatabase ) : List
getGuidanceItemsInView ( this tmDatabase, System.Guid viewId ) : List
getGuidanceItemsInViews ( this tmDatabase, List viewIds ) : List
getGuidanceItemsInViews ( this tmDatabase, List views ) : List
tmView ( this tmDatabase, System.Guid viewId ) : TeamMentor.CoreLib.View_V3
tmViews ( this tmDatabase ) : List
tmViews ( this tmDatabase, System.Guid libraryId ) : List
tmViews ( this tmDatabase, System.Guid libraryId, IList folders ) : List
tmViews ( this tmDatabase, TM_Library tmLibrary ) : List
tmViews_InLibraryRoot ( this tmDatabase, System.Guid libraryId ) : List

Method Details

getAllGuidanceItemsInViews() public static method

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

getGuidanceItemsInView() public static method

public static getGuidanceItemsInView ( this tmDatabase, System.Guid viewId ) : List
tmDatabase this
viewId System.Guid
return List

getGuidanceItemsInViews() public static method

public static getGuidanceItemsInViews ( this tmDatabase, List viewIds ) : List
tmDatabase this
viewIds List
return List

getGuidanceItemsInViews() public static method

public static getGuidanceItemsInViews ( this tmDatabase, List views ) : List
tmDatabase this
views List
return List

tmView() public static method

public static tmView ( this tmDatabase, System.Guid viewId ) : TeamMentor.CoreLib.View_V3
tmDatabase this
viewId System.Guid
return TeamMentor.CoreLib.View_V3

tmViews() public static method

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

tmViews() public static method

public static tmViews ( this tmDatabase, System.Guid libraryId ) : List
tmDatabase this
libraryId System.Guid
return List

tmViews() public static method

public static tmViews ( this tmDatabase, System.Guid libraryId, IList folders ) : List
tmDatabase this
libraryId System.Guid
folders IList
return List

tmViews() public static method

public static tmViews ( this tmDatabase, TM_Library tmLibrary ) : List
tmDatabase this
tmLibrary TM_Library
return List

tmViews_InLibraryRoot() public static method

public static tmViews_InLibraryRoot ( this tmDatabase, System.Guid libraryId ) : List
tmDatabase this
libraryId System.Guid
return List