Class ItemList
Assembly: Colectica.Reporting.dll
Syntax
public class ItemList : IDublinCoreDescribable
Constructors
ItemList()
Declaration
Properties
Gets the Dublin Core metadata.
Declaration
public DublinCore DublinCoreMetadata { get; set; }
Property Value
Items
Declaration
public ObservableCollection<IVersionable> Items { get; set; }
Property Value
PersistentId
Declaration
public string PersistentId { get; set; }
Property Value
UserCitation
Declaration
public string UserCitation { get; set; }
Property Value
Implements