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

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

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