Show / Hide Table of Contents

Enum ChildReferenceProcessing

Defines how child items should be processed. Instantiated children will have objects created in the model, but those objects will only contain identification information. Populated children will have full information included, but their own chilren will only be instantiated.

Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum ChildReferenceProcessing

Fields

Name Description
Instantiate

Instantiate the children to their referenced version.

InstantiateLatest

Instantiate the children to the latest version.

None

May leave children uninstatiated and not dereferenced.

Populate

Populate the children with their referenced version.

PopulateLatest

Populate the children with their latest version.

Extension Methods

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