Interface IOwned
An object that belongs to some entity.
public interface IOwned
Properties
Metadata
Owner's property descriptor (if any owner).
PropertyInfo? Metadata { get; }
Property Value
Parent
Owner (if any).
EntityKernel? Parent { get; }