C# 클래스 SobekCM.Resource_Object.Bib_Info.TableOfContents_Info

Top-level table of contents information within the MODS information about a digital resource
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string NewContentData ) : void

Adds a new content entry to this table of contents string

TableOfContents_Info ( ) : System

Constructor for a new instance of the TableOfContents_Info object

TableOfContents_Info ( string Text ) : System

Constructor for a new instance of the TableOfContents_Info object

TableOfContents_Info ( string Text, string DisplayLabel ) : System

Constructor for a new instance of the TableOfContents_Info object

메소드 상세

Add() 공개 메소드

Adds a new content entry to this table of contents string
public Add ( string NewContentData ) : void
NewContentData string New data to add
리턴 void

TableOfContents_Info() 공개 메소드

Constructor for a new instance of the TableOfContents_Info object
public TableOfContents_Info ( ) : System
리턴 System

TableOfContents_Info() 공개 메소드

Constructor for a new instance of the TableOfContents_Info object
public TableOfContents_Info ( string Text ) : System
Text string Text of the table of contents
리턴 System

TableOfContents_Info() 공개 메소드

Constructor for a new instance of the TableOfContents_Info object
public TableOfContents_Info ( string Text, string DisplayLabel ) : System
Text string Text of the table of contents
DisplayLabel string Display label associated with this table of contents
리턴 System