Show / Hide Table of Contents

Class ItemList

Inheritance
object
ItemList
Implements
IDublinCoreDescribable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting
Assembly: Colectica.Reporting.dll
Syntax
public class ItemList : IDublinCoreDescribable

Constructors

ItemList()

Declaration
public ItemList()

Properties

DublinCoreMetadata

Gets the Dublin Core metadata.

Declaration
public DublinCore DublinCoreMetadata { get; set; }
Property Value
Type Description
DublinCore

Items

Declaration
public ObservableCollection<IVersionable> Items { get; set; }
Property Value
Type Description
ObservableCollection<IVersionable>

PersistentId

Declaration
public string PersistentId { get; set; }
Property Value
Type Description
string

UserCitation

Declaration
public string UserCitation { get; set; }
Property Value
Type Description
string

Implements

IDublinCoreDescribable
In this article
Back to top Generated by DocFX