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 |