RightsMD_Info Class
Object holds all the information from the RightsMD schema, used initially
for reading/writing ETDs
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 RightsMD_Info : XML_Writing_Base_Type,
iMetadata_Module |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| RightsMD_Info | Constructur for a new instance of the RightsMD_Info class |
Methods
Properties
| Name | Description |
---|
| Access_Code | Type of access to grant to this item |
| Access_Code_String | Type of access to grant this item, as a string |
| Copyright_Statement | Separate copyright statement from the rightsMD metadata module |
| Embargo_End | Date of the embargo end, or 1/1/1900 if no embargo |
| Has_Embargo_End | Flag indicates if this item has an end embargo date |
| hasData | Flag indicates if this metadata module contains data |
| 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 |
| Version_Statement | Version statement from the rightsMD metadata module |
See Also