C# Class SobekCM.Core.Aggregations.Complete_Item_Aggregation_Home_Page

Datei anzeigen Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Complete_Item_Aggregation_Home_Page ( ) : System

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class

Complete_Item_Aggregation_Home_Page ( string Source, bool isCustomHome, Web_Language_Enum Language ) : System

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class

Method Details

Complete_Item_Aggregation_Home_Page() public method

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class
public Complete_Item_Aggregation_Home_Page ( ) : System
return System

Complete_Item_Aggregation_Home_Page() public method

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class
public Complete_Item_Aggregation_Home_Page ( string Source, bool isCustomHome, Web_Language_Enum Language ) : System
Source string Source file for this home page
isCustomHome bool Flag indicates if this is a custom home page, which will /// override all other home page writing methods, and control the rendered page /// from the top to the bottom
Language Web_Language_Enum Language for this home page
return System