Oral_Interview_Info Class
Stores oral interview specific information for this resource
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 Oral_Interview_Info : iMetadata_Module |
Remarks
Inheritance Hierarchy
Constructors
| Name | Description |
---|
![Public method Public method](http://sobekrepository.org/design/webcontent/codehelp/icons/pubmethod.gif) | Oral_Interview_Info | Constructor for a new instance of the Oral_Interview_Info class |
Methods
Properties
| Name | Description |
---|
![Protected property Protected property](http://sobekrepository.org/design/webcontent/codehelp/icons/protproperty.gif) | hasData | Gets the flag which indicates that there is data in this object that needs to be written to the METS file |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Interview_Date | Gets and sets the interview date associated with this resource |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Interviewee | Gets and sets the interviewee associated with this resource |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Interviewer | Gets and sets the interviewer associated with this resource |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | 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 |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Module_Name | Name for this metadata module |
See Also