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