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