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

Afficher le fichier Open project: TeamMentor-OWASP/Master

Méthodes publiques

Méthode Description
captions ( this libraries ) : List
ids ( this libraries ) : List
names ( this libraries ) : List
new_TmLibrary ( this tmDatabase ) : TM_Library
new_TmLibrary ( this tmDatabase, string libraryCaption ) : TM_Library
tmLibraries ( this tmDatabase ) : List
tmLibrary ( this tmDatabase, System.Guid libraryId ) : TM_Library
tmLibrary ( this tmDatabase, string caption ) : TM_Library

Method Details

captions() public static méthode

public static captions ( this libraries ) : List
libraries this
Résultat List

ids() public static méthode

public static ids ( this libraries ) : List
libraries this
Résultat List

names() public static méthode

public static names ( this libraries ) : List
libraries this
Résultat List

new_TmLibrary() public static méthode

public static new_TmLibrary ( this tmDatabase ) : TM_Library
tmDatabase this
Résultat TM_Library

new_TmLibrary() public static méthode

public static new_TmLibrary ( this tmDatabase, string libraryCaption ) : TM_Library
tmDatabase this
libraryCaption string
Résultat TM_Library

tmLibraries() public static méthode

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

tmLibrary() public static méthode

public static tmLibrary ( this tmDatabase, System.Guid libraryId ) : TM_Library
tmDatabase this
libraryId System.Guid
Résultat TM_Library

tmLibrary() public static méthode

public static tmLibrary ( this tmDatabase, string caption ) : TM_Library
tmDatabase this
caption string
Résultat TM_Library