Interface IEntityContainer
Inherited Members
Namespace: EyeAuras.Shared.Model
Assembly: EyeAuras.Shared.dll
Syntax
public interface IEntityContainer : IHasId, IHasTypedId<string>
Properties
Name | Description |
---|---|
ChildIdStrategy | Gets the strategy used for assigning IDs to children within this container. The strategy determines whether children's IDs are dependent on the container's ID. |
ChildrenById | Provides access to the children of this container, indexed by their unique IDs. The nature of these IDs (whether they are independent or linked to the container's ID) is determined by the ChildrenIdStrategy. |