Table of Contents

Interface IOwned

Namespace
The.Entities
Assembly
Instagile.dll

An object that belongs to some entity.

public interface IOwned

Properties

Metadata

Owner's property descriptor (if any owner).

PropertyInfo? Metadata { get; }

Property Value

PropertyInfo

Parent

Owner (if any).

EntityKernel? Parent { get; }

Property Value

EntityKernel