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

Показать файл Открыть проект

Private Properties

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

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

Метод Описание
BriefItem_Related_Titles ( ) : System

Constructor for a new instance of the BriefItem_Related_Titles class

The object created using this constructor is completely undefined

BriefItem_Related_Titles ( string Relationship, string Title, string Link ) : System

Constructor for a new instance of the BriefItem_Related_Titles class

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

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

Constructor for a new instance of the BriefItem_Related_Titles class
The object created using this constructor is completely undefined
public BriefItem_Related_Titles ( ) : System
Результат System

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

Constructor for a new instance of the BriefItem_Related_Titles class
public BriefItem_Related_Titles ( string Relationship, string Title, string Link ) : System
Relationship string Relationship between the main title and the related title
Title string Title of the related title within this SobekCM library
Link string Link for the related title within this SobekCM library
Результат System