Click or drag to resize

ChildCollectionDefinitionTChildObject Class

Repository representation for a list of child references
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainChildCollectionDefinitionTChildObject

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class ChildCollectionDefinition<TChildObject> : IChildCollectionDefinition
where TChildObject : EditableDomainObject

Type Parameters

TChildObject
The type the of child objects

The ChildCollectionDefinitionTChildObject type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildObjectType
Gets the type of the child object.
Public propertyGetReference
Gets or sets the reference.
Public propertyName
Gets the name of the child collection
Top
Methods
  NameDescription
Public methodGetChildCollection
Creates a child collection of this type for the specified
Public methodGetChildCollectionUntyped
Returns a child collection for the specified object
Top
See Also