C# Class SobekCM.Engine_Library.Aggregations.Item_Aggregation_XML_Reader

Class is used to read the item aggregation configuration XML files (when they exist) and populate the home page source files, banner information, highlights, and the browse and informational pages connected to the item aggregation.
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
Add_Info_From_XML_File ( Complete_Item_Aggregation HierarchyObject, string FileLocation ) : void

Reads the item aggregation configuration file and populates the new data into the item aggregation object

Private Methods

Méthode Description
read_banners ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void
read_browse ( bool Browse, XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void
read_directives ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject, string Directory ) : void
read_highlights ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void
read_home ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void
read_results_specs ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void
read_settings ( XmlNodeReader NodeReader, Complete_Item_Aggregation HierarchyObject ) : void

Method Details

Add_Info_From_XML_File() public méthode

Reads the item aggregation configuration file and populates the new data into the item aggregation object
public Add_Info_From_XML_File ( Complete_Item_Aggregation HierarchyObject, string FileLocation ) : void
HierarchyObject SobekCM.Core.Aggregations.Complete_Item_Aggregation Item aggregation object to populate
FileLocation string Full name of the item aggregation configuration XML file
Résultat void