Thesis_Dissertation_Info Class
Class stores all the Electronic Thesis or Disseration (ETD) specific
information, such as graduation date, degree, and members of the Thesis committee
Namespace: SobekCM.Resource_Object.Metadata_ModulesAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Thesis_Dissertation_Info : iMetadata_Module |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Committee_Chair | The name of the committee chair, surname first. |
| Committee_Co_Chair | The name of the committee co-chair, surname first. |
| Committee_Members | Gets the collection of the names of the committee members, surname first. |
| Committee_Members_Count | Returns the number of committee members |
| Degree | The type of degree granted. For mapping to MARC, catalogers prefer the
abbreviated form, that is "M.A." rather than "Master of Arts". |
| Degree_Disciplines | Gets the collection of disciplines which best describes
the degree/materials's content |
| Degree_Disciplines_Count | Returns the number of disciplines which best describes
the degree/materials's content |
| Degree_Divisions | Gets the collection of the divisions within the college which granted
the degree or worked on the material |
| Degree_Divisions_Count | Returns the number of divisions within the college which granted
the degree or worked on the material |
| Degree_Grantor | The name of the institution in standard form |
| Degree_Level | Gets the level of this ETD work ( either 'Masters' or 'Doctorate' ) |
| Graduation_Date | The student’s graduation date. This is
optional unless you want a note created in the cataloging record with this information. |
| Graduation_Semester | Semster in which this student graduated |
| hasData | Flag indicates if this object holds any data in the subfields |
| Metadata_Search_Terms | Gets the metadata search terms and values to be saved to the database
to allow searching to occur over the data in this metadata module |
| Module_Name | Name for this metadata module |
See Also