C# 클래스 SecurityInnovation.TeamMentor.WebClient.WebServices.TM_Xml_Database_ExtensionMethods_TM_View

파일 보기 프로젝트 열기: TeamMentor-OWASP/Master

공개 메소드들

메소드 설명
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

메소드 상세

getAllGuidanceItemsInViews() 공개 정적인 메소드

public static getAllGuidanceItemsInViews ( this tmDatabase ) : List
tmDatabase this
리턴 List

getGuidanceItemsInView() 공개 정적인 메소드

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

getGuidanceItemsInViews() 공개 정적인 메소드

public static getGuidanceItemsInViews ( this tmDatabase, List viewIds ) : List
tmDatabase this
viewIds List
리턴 List

getGuidanceItemsInViews() 공개 정적인 메소드

public static getGuidanceItemsInViews ( this tmDatabase, List views ) : List
tmDatabase this
views List
리턴 List

tmView() 공개 정적인 메소드

public static tmView ( this tmDatabase, System.Guid viewId ) : View_V3
tmDatabase this
viewId System.Guid
리턴 View_V3

tmViews() 공개 정적인 메소드

public static tmViews ( this tmDatabase ) : List
tmDatabase this
리턴 List

tmViews() 공개 정적인 메소드

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

tmViews() 공개 정적인 메소드

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

tmViews() 공개 정적인 메소드

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

tmViews_InLibraryRoot() 공개 정적인 메소드

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