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
Syntaxpublic void Add(
IChildCollectionDefinition childList
)
Public Sub Add (
childList As IChildCollectionDefinition
)
public:
void Add(
IChildCollectionDefinition^ childList
)
member Add :
childList : IChildCollectionDefinition -> unit
Parameters
- childList
- Type: Aloe.SystemFrameworks.DomainIChildCollectionDefinition
The child list defition to add
See Also