Class FragmentInstance
A collection of IVersionable items.
Inheritance
System.Object
FragmentInstance
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class FragmentInstance : object
Constructors
FragmentInstance()
Initializes a new instance of the FragmentInstance class.
Declaration
public FragmentInstance()
Properties
Items
Gets or sets the items.
Declaration
public Collection<IVersionable> Items { get; set; }
Property Value
Type | Description |
---|---|
Collection<IVersionable> | The items. |
TopLevelItems
Gets or sets the items-of-interest contained in this instance.
Declaration
public Collection<IVersionable> TopLevelItems { get; set; }
Property Value
Type | Description |
---|---|
Collection<IVersionable> | The top level items. |