Show / Hide Table of Contents

    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 Source

    ParentContainer

    Gets or sets the parent container of this entity.

    Declaration
    IThingContainer ParentContainer { get; set; }
    Property Value
    Type Description
    IThingContainer

    Extension Methods

    ContainerExtensions.GetParentContainerHierarchy(IContainedThing, Boolean)
    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.