mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

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_Modules
Assembly: 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

System..::..Object
  SobekCM.Resource_Object.Metadata_Modules..::..Thesis_Dissertation_Info

Constructors

  NameDescription
Public methodThesis_Dissertation_Info
Constructor for a new instance of the Thesis_Dissertation_Info class

Methods

  NameDescription
Public methodAdd_Committee_Member
Adds the name for a single committee member
Public methodAdd_Degree_Discipline
Adds a new degree discipline which best describes the degree/materials's content
Public methodAdd_Degree_Division
Adds a new degree division within the college which granted the degre or worked on the material in some way
Public methodClear_Committee_Members
Clears the list of committee members
Public methodClear_Degree_Disciplines
Clears the list of associated degree disciplines which best describes the degree/materials's content
Public methodClear_Degree_Divisions
Clears the list of associated degree divisions within the college which granted the degree or worked on the material in some way
Public methodRetrieve_Additional_Info_From_Database
Chance for this metadata module to load any additional data from the database when building this digital resource in memory
Public methodSave_Additional_Info_To_Database
Chance for this metadata module to perform any additional database work such as saving digital resource data into custom tables

Properties

  NameDescription
Public propertyCommittee_Chair
The name of the committee chair, surname first.
Public propertyCommittee_Co_Chair
The name of the committee co-chair, surname first.
Public propertyCommittee_Members
Gets the collection of the names of the committee members, surname first.
Public propertyCommittee_Members_Count
Returns the number of committee members
Public propertyDegree
The type of degree granted. For mapping to MARC, catalogers prefer the abbreviated form, that is "M.A." rather than "Master of Arts".
Public propertyDegree_Disciplines
Gets the collection of disciplines which best describes the degree/materials's content
Public propertyDegree_Disciplines_Count
Returns the number of disciplines which best describes the degree/materials's content
Public propertyDegree_Divisions
Gets the collection of the divisions within the college which granted the degree or worked on the material
Public propertyDegree_Divisions_Count
Returns the number of divisions within the college which granted the degree or worked on the material
Public propertyDegree_Grantor
The name of the institution in standard form
Public propertyDegree_Level
Gets the level of this ETD work ( either 'Masters' or 'Doctorate' )
Public propertyGraduation_Date
The student’s graduation date. This is optional unless you want a note created in the cataloging record with this information.
Public propertyGraduation_Semester
Semster in which this student graduated
Public propertyhasData
Flag indicates if this object holds any data in the subfields
Public propertyMetadata_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
Public propertyModule_Name
Name for this metadata module

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )