C# Class SobekCM.Resource_Object.Bib_Info.TableOfContents_Info

Top-level table of contents information within the MODS information about a digital resource
Exibir arquivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

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

TableOfContents_Info() public method

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

TableOfContents_Info() public method

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

TableOfContents_Info() public method

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
return System