C# 클래스 SobekCM.Core.EAD.EAD_Transfer_Container_Info

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

EAD_Transfer_Container_Info() 공개 메소드

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

recursively_add_container_information() 공개 메소드

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
리턴 void