C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_XML_DataSources_TM_Library

Show file Open project: TeamMentor/Master

Public Methods

Method Description
tmLibraries ( this tmDatabase ) : List
tmLibrary ( this tmDatabase, System.Guid libraryId ) : TM_Library
tmLibrary ( this tmDatabase, string caption ) : TM_Library

Private Methods

Method Description
delete_Library ( this tmDatabase, TM_Library library ) : TM_Xml_Database
new_TmLibrary ( this tmDatabase ) : TM_Library
new_TmLibrary ( this tmDatabase, string libraryCaption ) : TM_Library

Method Details

tmLibraries() public static method

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

tmLibrary() public static method

public static tmLibrary ( this tmDatabase, System.Guid libraryId ) : TM_Library
tmDatabase this
libraryId System.Guid
return TM_Library

tmLibrary() public static method

public static tmLibrary ( this tmDatabase, string caption ) : TM_Library
tmDatabase this
caption string
return TM_Library