C# Class SobekCM.Library.AggregationViewBag

Aggregation view bag is used to hold aggregation specific data that is passed down to each individual aggregation viewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

AggregationViewBag() public method

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
return System.Collections.Generic

Property Details

Browse_Object public_oe property

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

Hierarchy_Object public_oe property

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

Paged_Results public_oe property

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

Results_Statistics public_oe property

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

Static_Web_Content public_oe property

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
return SobekCM.Core.WebContent.HTML_Based_Content