C# Класс SobekCM.Resource_Object.Bib_Info.TableOfContents_Info

Top-level table of contents information within the MODS information about a digital resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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