C# 클래스 SobekCM.Core.BriefItem.BriefItem_Related_Titles

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

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