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

Afficher le fichier Open project: TeamMentor-OWASP/Master

Méthodes publiques

Méthode 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 ) : 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 méthode

public static getAllGuidanceItemsInViews ( this tmDatabase ) : List
tmDatabase this
Résultat List

getGuidanceItemsInView() public static méthode

public static getGuidanceItemsInView ( this tmDatabase, System.Guid viewId ) : List
tmDatabase this
viewId System.Guid
Résultat List

getGuidanceItemsInViews() public static méthode

public static getGuidanceItemsInViews ( this tmDatabase, List viewIds ) : List
tmDatabase this
viewIds List
Résultat List

getGuidanceItemsInViews() public static méthode

public static getGuidanceItemsInViews ( this tmDatabase, List views ) : List
tmDatabase this
views List
Résultat List

tmView() public static méthode

public static tmView ( this tmDatabase, System.Guid viewId ) : View_V3
tmDatabase this
viewId System.Guid
Résultat View_V3

tmViews() public static méthode

public static tmViews ( this tmDatabase ) : List
tmDatabase this
Résultat List

tmViews() public static méthode

public static tmViews ( this tmDatabase, System.Guid libraryId ) : List
tmDatabase this
libraryId System.Guid
Résultat List

tmViews() public static méthode

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

tmViews() public static méthode

public static tmViews ( this tmDatabase, TM_Library tmLibrary ) : List
tmDatabase this
tmLibrary TM_Library
Résultat List

tmViews_InLibraryRoot() public static méthode

public static tmViews_InLibraryRoot ( this tmDatabase, System.Guid libraryId ) : List
tmDatabase this
libraryId System.Guid
Résultat List