Click or drag to resize

ChildCollectionDefinitions Class

List of all child list definitions for a repository
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainChildCollectionDefinitions

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public sealed class ChildCollectionDefinitions : IEnumerable<IChildCollectionDefinition>, 
	IEnumerable

The ChildCollectionDefinitions type exposes the following members.

Constructors
  NameDescription
Public methodChildCollectionDefinitions
Creates new ChildLists
Top
Properties
  NameDescription
Public propertyItem
Gets the child list definition with the specified name
Top
Methods
  NameDescription
Public methodAdd
Adds a new child list definition to the list
Public methodMakeReadOnly
Makes the collection read only.
Top
Extension Methods
See Also