C# Class TeamMentor.CoreLib.TM_Xml_Database_ExtensionMethods_Folder_V3

Show file Open project: TeamMentor/Master

Public Methods

Method Description
tmFolder ( this tmDatabase, System.Guid folderId ) : Folder_V3
tmFolder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder_V3
tmFolder ( this folder, System.Guid libraryId, TM_Xml_Database tmDatabase ) : Folder_V3
tmFolder ( this tmDatabase, System.Guid libraryId, string name ) : Folder_V3
tmFolders ( this tmDatabase ) : List
tmFolders ( this tmDatabase, System.Guid libraryId ) : List
tmFolders ( this tmDatabase, System.Guid libraryId, IList folders ) : List
tmFolders ( this tmDatabase, TM_Library tmLibrary ) : List
tmFolders ( this tmLibrary, TM_Xml_Database tmDatabase ) : List
tmFolders_All ( this tmDatabase, System.Guid libraryId ) : List

Method Details

tmFolder() public static method

public static tmFolder ( this tmDatabase, System.Guid folderId ) : Folder_V3
tmDatabase this
folderId System.Guid
return Folder_V3

tmFolder() public static method

public static tmFolder ( this tmDatabase, System.Guid libraryId, System.Guid folderId ) : Folder_V3
tmDatabase this
libraryId System.Guid
folderId System.Guid
return Folder_V3

tmFolder() public static method

public static tmFolder ( this folder, System.Guid libraryId, TM_Xml_Database tmDatabase ) : Folder_V3
folder this
libraryId System.Guid
tmDatabase TM_Xml_Database
return Folder_V3

tmFolder() public static method

public static tmFolder ( this tmDatabase, System.Guid libraryId, string name ) : Folder_V3
tmDatabase this
libraryId System.Guid
name string
return Folder_V3

tmFolders() public static method

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

tmFolders() public static method

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

tmFolders() public static method

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

tmFolders() public static method

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

tmFolders() public static method

public static tmFolders ( this tmLibrary, TM_Xml_Database tmDatabase ) : List
tmLibrary this
tmDatabase TM_Xml_Database
return List

tmFolders_All() public static method

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