CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IParent

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

    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IParent

    Properties

    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.