Show / Hide Table of Contents

Interface IManagableChildren

Allows removal of child items

Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IManagableChildren

Methods

RemoveChild(IVersionable)

Removes the child.

Declaration
bool RemoveChild(IVersionable child)
Parameters
Type Name Description
IVersionable child

The child.

Returns
Type Description
bool

Extension Methods

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