C# Class SobekCM.Core.EAD.EAD_Transfer_Container_Info

Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EAD_Transfer_Container_Info ( ) : System

Constructor for a new instance of the Container_Info class

recursively_add_container_information ( StringBuilder Builder ) : void

Recursively adds the child component's information to the StringBuilder, in HTML format

Method Details

EAD_Transfer_Container_Info() public method

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

recursively_add_container_information() public method

Recursively adds the child component's information to the StringBuilder, in HTML format
public recursively_add_container_information ( StringBuilder Builder ) : void
Builder StringBuilder Builder of all the HTML-formatted componenet information for this component
return void