VRACore_Info Class
Stores the VRACore-specific data elements for describing visual materials within
the cultural context of their production
Namespace: SobekCM.Resource_Object.Metadata_Modules.VRACoreAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class VRACore_Info : iMetadata_Module |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| VRACore_Info | Constructor for a new instance of the VRACore_Info class |
Methods
Properties
| Name | Description |
---|
| Cultural_Context_Count | Gets the number of cultural contexts associated with this visual resource |
| Cultural_Contexts | Gets the collection of cultural contexts related with this visual resource |
| hasData | Flag indicates if this object holds any data in the subfields |
| Inscription_Count | Gets the number of inscriptions associated with this visual resource |
| Inscriptions | Gets the collection of inscriptions related with this visual resource |
| Material_Count | Gets the number of materials associated with this visual resource |
| Materials | Gets the collection of materials related with this visual resource |
| Measurement_Count | Gets the number of measurements associated with this visual resource |
| Measurements | Gets the collection of measurements related with this visual resource |
| 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 |
| State_Edition_Count | Gets the number of state/editions associated with this visual resource |
| State_Editions | Gets the collection of state/editions related with this visual resource |
| Style_Period_Count | Gets the number of style/periods associated with this visual resource |
| Style_Periods | Gets the collection of style/periods related with this visual resource |
| Technique_Count | Gets the number of techniques associated with this visual resource |
| Techniques | Gets the collection of techniques related with this visual resource |
See Also