Part_Info Class
Designation of physical parts of a resource in a detailed form
(particularly in relation to the original host document or larger body of work)
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 Part_Info : XML_Writing_Base_Type |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
 | Part_Info | Constructor for a new instance of the Part_Info class |
Methods
Properties
| Name | Description |
---|
 | Day | Gets and sets the text for the day/third level of chronology |
 | Day_Index | Gets and sets the index for the day/third level of chronology |
 | Enum1 | Gets and sets the text for the first level of enumeration |
 | Enum1_Index | Gets and sets the index for the first level of enumeration |
 | Enum2 | Gets and sets the text for the second level of enumeration |
 | Enum2_Index | Gets and sets the index for the second level of enumeration |
 | Enum3 | Gets and sets the text for the third level of enumeration |
 | Enum3_Index | Gets and sets the index for the third level of enumeration |
 | Enum4 | Gets and sets the text for the fourth level of enumeration |
 | Enum4_Index | Gets and sets the index for the fourth level of enumeration |
 | hasData | Returns flag which indicates this part object has data |
 | Month | Gets and sets the text for the month/second level of chronology |
 | Month_Index | Gets and sets the index for the month/second level of chronology |
 | Year | Gets and sets the text for the year/first level of chronology |
 | Year_Index | Gets and sets the index for the year/first level of chronology |
See Also