C# 클래스 SobekCM.Library.AggregationViewBag

Aggregation view bag is used to hold aggregation specific data that is passed down to each individual aggregation viewer
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 프로퍼티들

프로퍼티 타입 설명
Browse_Object SobekCM.Core.Aggregations.Item_Aggregation_Child_Page
Hierarchy_Object SobekCM.Core.Aggregations.Item_Aggregation
Paged_Results List
Results_Statistics SobekCM.Core.Results.Search_Results_Statistics
Static_Web_Content SobekCM.Core.WebContent.HTML_Based_Content

공개 메소드들

메소드 설명
AggregationViewBag ( Item_Aggregation Hierarchy_Object, SobekCM.Core.Results.Search_Results_Statistics Results_Statistics, List Paged_Results, SobekCM.Core.Aggregations.Item_Aggregation_Child_Page Browse_Object, HTML_Based_Content Static_Web_Content ) : System.Collections.Generic

Constructor for a new instance of the AggregationViewBag class

메소드 상세

AggregationViewBag() 공개 메소드

Constructor for a new instance of the AggregationViewBag class
public AggregationViewBag ( Item_Aggregation Hierarchy_Object, SobekCM.Core.Results.Search_Results_Statistics Results_Statistics, List Paged_Results, SobekCM.Core.Aggregations.Item_Aggregation_Child_Page Browse_Object, HTML_Based_Content Static_Web_Content ) : System.Collections.Generic
Hierarchy_Object SobekCM.Core.Aggregations.Item_Aggregation Current item aggregation object to display
Results_Statistics SobekCM.Core.Results.Search_Results_Statistics Information about the entire set of results for a browse
Paged_Results List Single page of results for a browse, within the entire set
Browse_Object SobekCM.Core.Aggregations.Item_Aggregation_Child_Page Object contains all the basic information about any browse or info display
Static_Web_Content SobekCM.Core.WebContent.HTML_Based_Content HTML content-based aggregation browse or info. These are objects which are read from a static HTML file and much of the head information must be maintained
리턴 System.Collections.Generic

프로퍼티 상세

Browse_Object 공개적으로 프로퍼티

Object contains all the basic information about any browse or info display
public Item_Aggregation_Child_Page,SobekCM.Core.Aggregations Browse_Object
리턴 SobekCM.Core.Aggregations.Item_Aggregation_Child_Page

Hierarchy_Object 공개적으로 프로퍼티

Current item aggregation object to display
public Item_Aggregation,SobekCM.Core.Aggregations Hierarchy_Object
리턴 SobekCM.Core.Aggregations.Item_Aggregation

Paged_Results 공개적으로 프로퍼티

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

Results_Statistics 공개적으로 프로퍼티

Information about the entire set of results for a search or browse
public Search_Results_Statistics,SobekCM.Core.Results Results_Statistics
리턴 SobekCM.Core.Results.Search_Results_Statistics

Static_Web_Content 공개적으로 프로퍼티

HTML content-based browse, info, or imple CMS-style web content objects. These are objects which are read from a static HTML file and much of the head information must be maintained
public HTML_Based_Content,SobekCM.Core.WebContent Static_Web_Content
리턴 SobekCM.Core.WebContent.HTML_Based_Content