Show / Hide Table of Contents

Class PopulationResult

Represents information about the result of populating a set of items.

Inheritance
object
PopulationResult
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 PopulationResult

Constructors

PopulationResult()

Initializes a new instance of the PopulationResult class.

Declaration
public PopulationResult()

Properties

Completion

Gets or sets a value indicating whether popuation successfully completed.

Declaration
public PopulationCompletion Completion { get; set; }
Property Value
Type Description
PopulationCompletion

UnfoundChildren

Gets a list of children that could not be found during the population process.

Declaration
public Collection<UnfoundChild> UnfoundChildren { get; }
Property Value
Type Description
Collection<UnfoundChild>

Extension Methods

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