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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add_TOC_Included_Section ( string Internal_Link_Name, string Section_Title ) : void

Add a TOC section for this EAD Finding Guide for display within a SobekCM digital library

EAD_Transfer_Object ( ) : System

Constructor for a new instance of the EAD_Transfer_Object class

메소드 상세

Add_TOC_Included_Section() 공개 메소드

Add a TOC section for this EAD Finding Guide for display within a SobekCM digital library
public Add_TOC_Included_Section ( string Internal_Link_Name, string Section_Title ) : void
Internal_Link_Name string Name of the internal link with the EAD Finding Guide which is used to allow a /// user to move to a section within the complete EAD Finding Guide HTML
Section_Title string Title of this EAD Finding Guide section to be displayed in the table of contents
리턴 void

EAD_Transfer_Object() 공개 메소드

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