C# 클래스 SobekCM.Library.RequestCache

Class holds all the information about one specific request and the non-global data that is specifically needed to resolve the request.
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current_Mode SobekCM.Core.Navigation.Navigation_Object
Current_User SobekCM.Core.Users.User_Object
Paged_Results List
Public_Folder Public_User_Folder
Results_Statistics Search_Results_Statistics
Top_Collection Item_Aggregation
Tracer Custom_Tracer

공개 메소드들

메소드 설명
RequestCache ( Navigation_Object Current_Mode, Search_Results_Statistics Results_Statistics, List Paged_Results, User_Object Current_User, Public_User_Folder Public_Folder, Item_Aggregation Top_Collection, Custom_Tracer Tracer ) : System.Collections.Generic

Constructor for a new instance of the RequestCache class

RequestCache ( Navigation_Object Current_Mode, Search_Results_Statistics Results_Statistics, List Paged_Results, Web_Skin_Object HTML_Skin, User_Object Current_User, Public_User_Folder Public_Folder, Item_Aggregation Top_Collection, Custom_Tracer Tracer ) : System.Collections.Generic

Constructor for a new instance of the RequestCache class

메소드 상세

RequestCache() 공개 메소드

Constructor for a new instance of the RequestCache class
public RequestCache ( Navigation_Object Current_Mode, Search_Results_Statistics Results_Statistics, List Paged_Results, User_Object Current_User, Public_User_Folder Public_Folder, Item_Aggregation Top_Collection, Custom_Tracer Tracer ) : System.Collections.Generic
Current_Mode Navigation_Object Mode / navigation information for the current request
Results_Statistics Search_Results_Statistics Information about the entire set of results for a search or browse
Paged_Results List Single page of results for a search or browse, within the entire set
Current_User User_Object Currently logged on user
Public_Folder Public_User_Folder Object contains the information about the public folder to display
Top_Collection Item_Aggregation Item aggregation for the top-level collection, which is used in a number of places, for example /// showing the correct banner, even when it is not the "current" aggregation
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 System.Collections.Generic

RequestCache() 공개 메소드

Constructor for a new instance of the RequestCache class
public RequestCache ( Navigation_Object Current_Mode, Search_Results_Statistics Results_Statistics, List Paged_Results, Web_Skin_Object HTML_Skin, User_Object Current_User, Public_User_Folder Public_Folder, Item_Aggregation Top_Collection, Custom_Tracer Tracer ) : System.Collections.Generic
Current_Mode Navigation_Object Mode / navigation information for the current request
Results_Statistics Search_Results_Statistics Information about the entire set of results for a search or browse
Paged_Results List Single page of results for a search or browse, within the entire set
HTML_Skin Web_Skin_Object HTML Web skin which controls the overall appearance of this digital library
Current_User User_Object Currently logged on user
Public_Folder Public_User_Folder Object contains the information about the public folder to display
Top_Collection Item_Aggregation Item aggregation for the top-level collection, which is used in a number of places, for example /// showing the correct banner, even when it is not the "current" aggregation
Tracer Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
리턴 System.Collections.Generic

프로퍼티 상세

Current_Mode 공개적으로 프로퍼티

Mode / navigation information for the current request
public Navigation_Object,SobekCM.Core.Navigation Current_Mode
리턴 SobekCM.Core.Navigation.Navigation_Object

Current_User 공개적으로 프로퍼티

Currently logged on user
public User_Object,SobekCM.Core.Users Current_User
리턴 SobekCM.Core.Users.User_Object

Paged_Results 공개적으로 프로퍼티

Single page of results for a search or browse, within the entire set
public List Paged_Results
리턴 List

Public_Folder 공개적으로 프로퍼티

Object contains the information about the public folder to display
public Public_User_Folder Public_Folder
리턴 Public_User_Folder

Results_Statistics 공개적으로 프로퍼티

Information about the entire set of results for a search or browse
public Search_Results_Statistics Results_Statistics
리턴 Search_Results_Statistics

Top_Collection 공개적으로 프로퍼티

Item aggregation for the top-level collection, which is used in a number of places, for example showing the correct banner, even when it is not the "current" aggregation
public Item_Aggregation Top_Collection
리턴 Item_Aggregation

Tracer 공개적으로 프로퍼티

Trace object keeps a list of each method executed and important milestones in rendering
public Custom_Tracer Tracer
리턴 Custom_Tracer