C# Класс SobekCM.Core.BriefItem.BriefItemInfo

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
Add_Description ( string Term, string Value ) : BriefItem_DescTermValue

Add a single descriptive element, by term

Add_Description ( BriefItem_DescriptiveTerm TermObject ) : void

Add a fully built descriptive element, by term

Add_Description ( string Term, ReadOnlyCollection Value ) : void

Add a single descriptive element, by term

Add_Namespace ( string Prefix, string URI ) : void

Add a new namespace definition to this object

BriefItemInfo ( ) : System

Constructor for a new instance of the BriefItemInfo class

Get_Description ( string Term ) : BriefItem_DescriptiveTerm

Checks the description and returns any descriptions linked to the provided term

Page_Sequence_By_FileName ( string FileName ) : int

Look for the sequence for a page with a matching filename (without extension)

Описание методов

Add_Description() публичный Метод

Add a single descriptive element, by term
public Add_Description ( string Term, string Value ) : BriefItem_DescTermValue
Term string Normalized term for this metadata element, as employed by the SobekCM system
Value string String version of this single value for a metadata term/type
Результат BriefItem_DescTermValue

Add_Description() публичный Метод

Add a fully built descriptive element, by term
public Add_Description ( BriefItem_DescriptiveTerm TermObject ) : void
TermObject BriefItem_DescriptiveTerm Fully built descriptive term element, as employed by the SobekCM system
Результат void

Add_Description() публичный Метод

Add a single descriptive element, by term
public Add_Description ( string Term, ReadOnlyCollection Value ) : void
Term string Normalized term for this metadata element, as employed by the SobekCM system
Value ReadOnlyCollection String version of this single value for a metadata term/type
Результат void

Add_Namespace() публичный Метод

Add a new namespace definition to this object
public Add_Namespace ( string Prefix, string URI ) : void
Prefix string Prefix used for this namespace throughout the object
URI string URI for the schema/namespace referred to by the prefix
Результат void

BriefItemInfo() публичный Метод

Constructor for a new instance of the BriefItemInfo class
public BriefItemInfo ( ) : System
Результат System

Get_Description() публичный Метод

Checks the description and returns any descriptions linked to the provided term
public Get_Description ( string Term ) : BriefItem_DescriptiveTerm
Term string Key for this term
Результат BriefItem_DescriptiveTerm

Page_Sequence_By_FileName() публичный Метод

Look for the sequence for a page with a matching filename (without extension)
public Page_Sequence_By_FileName ( string FileName ) : int
FileName string Name of the file, without the extension
Результат int