Show / Hide Table of Contents

Class FragmentInstance

A collection of IVersionable items.

Inheritance
object
FragmentInstance
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class FragmentInstance

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.

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX