Interface IDublinCoreDescribable
Defines a DublinCore property that provides citation information for a metadata item.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IDublinCoreDescribable
Remarks
The IDublinCoreDescribable interface should be implemented by classes that provide Dublin Core metadata. This type of citation is commonly found in DDI 3 item types.
Properties
DublinCoreMetadata
Gets the Dublin Core metadata.
Declaration
DublinCore DublinCoreMetadata { get; }
Property Value
Type | Description |
---|---|
DublinCore |