Interface IContainedThing
Interface for all entities that keep track of a parent container.
Namespace: Fibula.Common.Contracts.Abstractions
Assembly: Fibula.Common.Contracts.dll
Syntax
public interface IContainedThing
Properties
| Improve this Doc View SourceParentContainer
Gets or sets the parent container of this entity.
Declaration
IThingContainer ParentContainer { get; set; }
Property Value
Type | Description |
---|---|
IThingContainer |