Related_Item_Info Class
Represents information about a related item
Namespace: SobekCM.Resource_Object.Bib_InfoAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Related_Item_Info : XML_Node_Base_Type |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Related_Item_Info | Constructor creates a new instance of the Related_Item_Info class |
Methods
Fields
Properties
| Name | Description |
---|
| Actual_ID | Returns the actual id for this node, excluding the special user indicator portion (Inherited from XML_Node_Base_Type.) |
| End_Date | Gets or sets the end date for the related item |
| hasMainTitle | Flag indicates if this related item has a main title included |
| ID | Gets and sets the ID for this XML node (Inherited from XML_Node_Base_Type.) |
| Identifiers | Gets the list of identifiers associated with related item |
| Identifiers_Count | Gets the number of identifiers associated with this related item |
| Main_Title | Gets the main title for this related item |
| Names | Gets the list of names associated with related item |
| Names_Count | Gets the number of names associated with this related item |
| Notes | Gets the list of notes associated with related item |
| Notes_Count | Gets the number of notes associated with this related item |
| Publisher | Gets or sets the name of the main publisher of this related item |
| Relationship | Gets or sets the type of relationship this item has to the described item |
| SobekCM_ID | Gets or sets the SobekCM ID for the related item if hosted in the same library |
| Start_Date | Gets or sets the start date for the related item |
| URL | Gets or sets the URL for the related item |
| URL_Display_Label | Gets or sets the display label for the URL for the related item |
| User_Submitted | Gets and sets the flag that indicates this node was user-submitted (Inherited from XML_Node_Base_Type.) |
See Also