Class PopulationResult
Represents information about the result of populating a set of items.
Inheritance
System.Object
PopulationResult
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class PopulationResult : object
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> |