C# Класс SobekCM.Library.AggregationViewBag

Aggregation view bag is used to hold aggregation specific data that is passed down to each individual aggregation viewer
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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