C# Class SobekCM.Core.BriefItem.BriefItem_DescriptiveTerm

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add_Value ( string Value ) : BriefItem_DescTermValue

Adds this new value to this citation element

Add_Value ( string Value, string SubTerm ) : BriefItem_DescTermValue

Adds this new value to this citation element

BriefItem_DescriptiveTerm ( ) : System

Constructor for a new instance of the BriefItem_DescriptiveTerm class

BriefItem_DescriptiveTerm ( string Term ) : System

Constructor for a new instance of the BriefItem_DescriptiveTerm class

Method Details

Add_Value() public méthode

Adds this new value to this citation element
public Add_Value ( string Value ) : BriefItem_DescTermValue
Value string Value as a simple string
Résultat BriefItem_DescTermValue

Add_Value() public méthode

Adds this new value to this citation element
public Add_Value ( string Value, string SubTerm ) : BriefItem_DescTermValue
Value string Value as a simple string
SubTerm string Sub-term (or display label), which may be associated with this value (optional)
Résultat BriefItem_DescTermValue

BriefItem_DescriptiveTerm() public méthode

Constructor for a new instance of the BriefItem_DescriptiveTerm class
public BriefItem_DescriptiveTerm ( ) : System
Résultat System

BriefItem_DescriptiveTerm() public méthode

Constructor for a new instance of the BriefItem_DescriptiveTerm class
public BriefItem_DescriptiveTerm ( string Term ) : System
Term string Normalized term for this metadata element, as employed by the SobekCM system
Résultat System