C# Class SobekCM.Core.BriefItem.BriefItem_Related_Titles

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

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

Method Details

BriefItem_Related_Titles() public method

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

BriefItem_Related_Titles() public method

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