Click or drag to resize

ChildCollectionDefinitionsAdd Method

Adds a new child list definition to the list

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Add(
	IChildCollectionDefinition childList
)

Parameters

childList
Type: Aloe.SystemFrameworks.DomainIChildCollectionDefinition
The child list defition to add
See Also