CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IParent

    Defines information how to find the parent model for the model that implements this C# model.

    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IParent : IParent

    Properties

    | Improve this Doc View Source

    Parent

    The parent to the current model. This will return null if there is no parent for this model, or the parent could not be located.

    Declaration
    CsModel Parent { get; }
    Property Value
    Type Description
    CsModel
    © CodeFactory, LLC. All rights reserved.