Title_Info Class
A word, phrase, character, or group of characters, normally appearing in a resource, that names it or the work contained in it.
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 Title_Info : XML_Node_Base_Type |
Inheritance Hierarchy
Constructors
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.) |
| Authority | Gets or sets the authority for this title |
| Display_Label | Gets or sets the display label for this title |
| ID | Gets and sets the ID for this XML node (Inherited from XML_Node_Base_Type.) |
| Language | Gets or sets the language for this title |
| NonSort | Gets or sets the non sort portion of this title |
| Part_Names | Gets the collection of part names for this title |
| Part_Names_Count | Gets the number of part names associated with this title |
| Part_Numbers | Gets the collection of part numbers for this title |
| Part_Numbers_Count | Gets the number of part numbers associated with this title |
| Subtitle | Gets or sets the subtitle portion |
| Title | Gets or sets the actual title portion of this title |
| Title_Type | Gets or sets the type of this title |
| Title_XML | Gets the title as XML-safe string |
| User_Submitted | Gets and sets the flag that indicates this node was user-submitted (Inherited from XML_Node_Base_Type.) |
See Also