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 SourceParent
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 |