MODS_Origin_Info Class
Information about the origin of the resource, including place of origin or publication,
publisher/originator, and dates associated with the resource
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 MODS_Origin_Info : XML_Writing_Base_Type |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
 | MODS_Origin_Info | Constructor creates a new instance of the MODS_Origin_Info class |
Methods
Properties
| Name | Description |
---|
 | Date_Check_All_Fields | Gets the first date discovered by going through all possible date fields |
 | Date_Copyrighted | Get and sets the date this item was copyrighted |
 | Date_Created | Get and sets the date this item was created |
 | Date_Issued | Get and sets the date this item was issued/published |
 | Date_Reprinted | Gets and sets date the item was reprinted or reissued |
 | Edition | Gets or sets the edition for this |
 | Frequencies | Gets the collection of frequencies |
 | Frequencies_Count | Get the number of frequencies associated with this material |
 | hasData | Flag indicates if there is data present in this origination information object |
 | Issuances | Gets the collection of issuances |
 | Issuances_Count | Get the number of issuances associated with this material |
 | MARC_DateIssued | Gets and sets the marc encoded date issued from the 260 |c |
 | MARC_DateIssued_End | Gets and sets the marc encoded end of date issued |
 | MARC_DateIssued_Start | Gets and sets the marc encoded start of date issued |
 | Places | Gets the collection of publication places |
 | Places_Count | Gets the number of publication places associated with this item |
 | Publishers | Gets the collection of publisher names |
 | Publishers_Count | Gets the number of publishers associated with this origination information |
See Also